aboutsummaryrefslogtreecommitdiff
path: root/stackbin.conf.dev
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.conf.dev')
-rw-r--r--stackbin.conf.dev5
1 files changed, 5 insertions, 0 deletions
diff --git a/stackbin.conf.dev b/stackbin.conf.dev
index e2fa21f..751114b 100644
--- a/stackbin.conf.dev
+++ b/stackbin.conf.dev
@@ -26,3 +26,8 @@ ADMIN_PASSWORD = 'fluffycat10'
# Because the app generates the url entirely from scratch for a curl POST, the protocol can get lost, so you can force https if you define this variable.
CURL_RESPONSE_PROTOCOL = "https"
+
+# If this is set, at the first request, the web app will visit this url to set its own prefix.
+# This is designed so that you can use your own final URL for the /set endpoint in a config file,
+# so the app will auto-configure itself.
+SET_URL = "https://bgstack15.ddns.net/stackbin/set"
bgstack15