From 65116e21030bc2b8ee7caeb1125c2c3a42f14575 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 17 Mar 2022 11:36:16 -0400 Subject: v0.0.2: add curl support --- stackbin.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stackbin.conf.example') 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" -- cgit