Skip to content

Commit 0ceaa39

Browse files
Apply suggestions from code review
Co-authored-by: Stephen Thompson <s.thompson@ucl.ac.uk>
1 parent 48e2a83 commit 0ceaa39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.EXAMPLE/controller.env.EXAMPLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is an EXAMPLE file, do not put real secrets in here.
2-
# Copy it to ./config/*.env and then DELETE THIS COMMENT.
2+
# Copy it to ../config/controller.env and then DELETE THIS COMMENT.
33
UDS_DBNAME="fakeuds"
44
UDS_USERNAME="inform_user"
55
UDS_PASSWORD="inform"

config.EXAMPLE/exporter.env.EXAMPLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is an EXAMPLE file, do not put real secrets in here.
2-
# Copy it to ./config/*.env and then DELETE THIS COMMENT.
2+
# Copy it to ../config/exporter.env and then DELETE THIS COMMENT.
33
# When does the exporter run
44
EXPORTER_CRON_SCHEDULE="14 5 * * *"
55
FTPS_HOST=myftps.example.com

config.EXAMPLE/hasher.env.EXAMPLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is an EXAMPLE file, do not put real secrets in here.
2-
# Copy it to ./config/*.env and then DELETE THIS COMMENT.
2+
# Copy it to ../config/hasher.env and then DELETE THIS COMMENT.
33
HASHER_API_AZ_CLIENT_ID=
44
HASHER_API_AZ_CLIENT_PASSWORD=
55
HASHER_API_AZ_TENANT_ID=

0 commit comments

Comments
 (0)