1 Star 0 Fork 195

doudad / goploy

forked from goploy / goploy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
goploy.example.toml 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
mc0814 提交于 2023-08-16 18:44 . optimize cache factory
env = 'production'
[app]
deployLimit = 8
shutdownTimeout = 10
repositoryPath = ''
[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'
[ldap]
enabled = false
url = ''
bindDN = ''
password = ''
baseDN = ''
uid = ''
userFilter = ''
[dingtalk]
appKey = ''
appSecret = ''
[feishu]
appKey = ''
appSecret = ''
[captcha]
enabled = false
[cache]
type = 'memory'
Go
1
https://gitee.com/doudad/goploy.git
git@gitee.com:doudad/goploy.git
doudad
goploy
goploy
master

搜索帮助