goploy/goploy.example.toml
2021-12-15 16:17:31 +08:00

31 lines
354 B
TOML

env = 'production'
[cookie]
name = 'goploy_token'
expire = 86400
[jwt]
key = '2021-12-14 18:43:15.8805255 +0800 CST m=+0.004156701'
[db]
type = 'mysql'
user = 'root'
password = ''
host = '127.0.0.1'
port = '3306'
[log]
path = 'stdout'
[web]
port = '80'
[ldap]
enabled = false
url = ''
bindDN = ''
password = ''
baseDN = ''
uid = ''
userFilter = ''