89 Star 698 Fork 194

GVPgoploy / goploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
goploy.example.toml 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
env = 'production'
[app]
deployLimit = 8
shutdownTimeout = 10
repositoryPath = ''
# How many days before the password needs to be changed?
passwordPeriod = 0
[cors]
enabled = false
origins = '*'
methods = 'GET, POST, PUT, DELETE, OPTIONS'
headers = 'X-API-KEY'
credentials = true
[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'
# public ldap https://www.forumsys.com/2022/05/10/online-ldap-test-server/
[ldap]
enabled = false
url = 'ldap://ldap.forumsys.com'
bindDN = 'cn=read-only-admin,dc=example,dc=com'
password = 'password'
baseDN = 'dc=example,dc=com'
uid = 'uid'
name = 'cn'
userFilter = ''
[dingtalk]
appKey = ''
appSecret = ''
[feishu]
appKey = ''
appSecret = ''
[captcha]
enabled = false
[cache]
type = 'memory'
Go
1
https://gitee.com/goploy/goploy.git
git@gitee.com:goploy/goploy.git
goploy
goploy
goploy
master

搜索帮助