mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
36 lines
418 B
TOML
36 lines
418 B
TOML
env = 'production'
|
|
[app]
|
|
deployLimit = 8
|
|
shutdownTimeout = 10
|
|
|
|
[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'
|
|
database = 'goploy'
|
|
|
|
[log]
|
|
path = 'stdout'
|
|
|
|
[web]
|
|
port = '80'
|
|
|
|
[ldap]
|
|
enabled = false
|
|
url = ''
|
|
bindDN = ''
|
|
password = ''
|
|
baseDN = ''
|
|
uid = ''
|
|
userFilter = ''
|
|
|