Merge branch 'master' into 'live'

environmental instance id

See merge request !97
This commit is contained in:
Gregor Kleen 2018-11-15 12:24:45 +01:00
commit 6f04978b1a
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"