diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-17 19:29:19 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-17 19:29:19 +0000 |
commit | 80d5c19cdc6aea03cc9f2fef53abbe72104518fa (patch) | |
tree | 0e03b97b802e437d05321e8c43a82267d6ec55e4 /stackbin.conf.example | |
parent | add username support for user admin (diff) | |
parent | v0.0.2: add curl support (diff) | |
download | stackbin-80d5c19cdc6aea03cc9f2fef53abbe72104518fa.tar.gz stackbin-80d5c19cdc6aea03cc9f2fef53abbe72104518fa.tar.bz2 stackbin-80d5c19cdc6aea03cc9f2fef53abbe72104518fa.zip |
Merge branch 'dev' into 'master'
v0.0.2: add curl support
Closes #1
See merge request bgstack15/stackbin!1
Diffstat (limited to 'stackbin.conf.example')
-rw-r--r-- | stackbin.conf.example | 3 |
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" |