environmental instance id

This commit is contained in:
Gregor Kleen 2018-11-15 12:16:35 +01:00
parent a634aca98a
commit a3d22baa5b
3 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@ stanzas:
- SMTPPASS
- SMTPTIMEOUT
- SMTPLIMIT
- INSTANCE_ID
# Use the following to automatically copy your bundle upon creation via `yesod
# keter`. Uses `scp` internally, so you can set it to a remote destination

View File

@ -45,6 +45,7 @@ stanzas:
- SMTPPASS
- SMTPTIMEOUT
- SMTPLIMIT
- INSTANCE_ID
# Use the following to automatically copy your bundle upon creation via `yesod

View File

@ -88,4 +88,4 @@ user-defaults:
time-format: "%R"
download-files: false
instance-idfile: "_env:INSTANCE_ID:instance"
instance-id: "_env:INSTANCE_ID:instance"