42 lines
1.4 KiB
TOML
42 lines
1.4 KiB
TOML
debug = true
|
|
allow_registration = true
|
|
source_code = "https://github.com/mcaptcha/survey"
|
|
default_campaign = "4e951e01-71ee-4a18-9b97-782965495ae3"
|
|
support_email="support@example.org"
|
|
|
|
[server]
|
|
# Please set a unique value, your kaizen instance's security depends on this being
|
|
# unique
|
|
cookie_secret = "8ce364dab188452ffa76c3e1869be5d40dcb9db4826b7b78a3e6ce1a8ca19d32"
|
|
cookie_secret2 = "408f276a8dec44992b14bdf1be9289a2c67547807e16c5ebcf5e904fcc916208"
|
|
# The port at which you want authentication to listen to
|
|
# takes a number, choose from 1000-10000 if you dont know what you are doing
|
|
port = 7000
|
|
#IP address. Enter 0.0.0.0 to listen on all availale addresses
|
|
ip= "0.0.0.0"
|
|
# enter your hostname, eg: example.com
|
|
domain = "localhost"
|
|
allow_registration = true
|
|
proxy_has_tls = false
|
|
|
|
[database]
|
|
# This section deals with the database location and how to access it
|
|
# Please note that at the moment, we have support for only postgresqa.
|
|
# Example, if you are Batman, your config would be:
|
|
# hostname = "batcave.org"
|
|
# port = "5432"
|
|
# username = "batman"
|
|
# password = "somereallycomplicatedBatmanpassword"
|
|
hostname = "localhost"
|
|
port = "5432"
|
|
username = "postgres"
|
|
password = "password"
|
|
name = "postgres"
|
|
pool = 4
|
|
|
|
[footer]
|
|
about = "https://mcapthca.org/about"
|
|
donate = "https://mcapthca.org/donate"
|
|
thanks = "https://mcapthca.org/thanks"
|
|
privacy = "https://mcapthca.org/privacy"
|
|
security = "https://mcapthca.org/security"
|