diff --git a/config/keter_testworx.yml b/config/keter_testworx.yml index d719af918..b67de9dc6 100644 --- a/config/keter_testworx.yml +++ b/config/keter_testworx.yml @@ -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 diff --git a/config/keter_uni2work.yml b/config/keter_uni2work.yml index d6c440632..04c0a506b 100644 --- a/config/keter_uni2work.yml +++ b/config/keter_uni2work.yml @@ -45,6 +45,7 @@ stanzas: - SMTPPASS - SMTPTIMEOUT - SMTPLIMIT + - INSTANCE_ID # Use the following to automatically copy your bundle upon creation via `yesod diff --git a/config/settings.yml b/config/settings.yml index 658b10f55..b6d418bda 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -88,4 +88,4 @@ user-defaults: time-format: "%R" download-files: false -instance-idfile: "_env:INSTANCE_ID:instance" +instance-id: "_env:INSTANCE_ID:instance"