aboutsummaryrefslogtreecommitdiff
path: root/stackbin.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.conf.example')
-rw-r--r--stackbin.conf.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/stackbin.conf.example b/stackbin.conf.example
index 481a448..518af7c 100644
--- a/stackbin.conf.example
+++ b/stackbin.conf.example
@@ -23,3 +23,6 @@ STATIC_FOLDER = "/usr/share/stackbin/static"
# If you turn these off, the admin panel is entirely disabled.
ADMIN_USERNAME = 'admin'
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"
bgstack15