From a3d22baa5beb4e71168e18ffbb6104b767639140 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 15 Nov 2018 12:16:35 +0100 Subject: [PATCH] environmental instance id --- config/keter_testworx.yml | 1 + config/keter_uni2work.yml | 1 + config/settings.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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"