We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70188b5 + db96e2b commit 6f3197eCopy full SHA for 6f3197e
ansible/templates/changehc-params-prod.json.j2
@@ -20,9 +20,9 @@
20
},
21
"bucket_name": "",
22
"ftp_conn": {
23
- "host": "",
24
- "user": "",
25
- "pass": "",
26
- "port": 0
+ "host": "{{ changehc_sftp_host }}",
+ "user": "{{ changehc_sftp_user }}",
+ "pass": "{{ changehc_sftp_password }}",
+ "port": "{{ changehc_sftp_port }}"
27
}
28
changehc/README.md
@@ -74,5 +74,3 @@ should not include critical sub-routines.
74
- config.py: Config: constants for reading data and transformations, Constants: constants for sanity checks
75
- constants.py: constants for signal names
76
- weekday.py: Weekday: Adjusts for weekday effect
77
-
78
-- test Jenkins pipeline
0 commit comments