init
Some checks failed
build / Build (push) Has been cancelled

This commit is contained in:
XinanXf 2025-06-11 11:32:48 +08:00
parent 57d37a2096
commit 2107603a09
2 changed files with 62 additions and 62 deletions

View File

@ -1,61 +1,61 @@
script:
path: ./static/scripts
path: ./static/scripts
settings:
application:
domain: localhost:8002
host: 0.0.0.0
ishttps: false
mode: dev
name: ferry-test
port: "8002"
readtimeout: 1
writertimeout: 2
database:
dbtype: mysql
host: 127.0.0.1
name: ferry
password: 123456
port: 3306
username: root
domain:
gethost: 1
url: localhost:9527
email:
alias: ferry
host: smtp.163.com
pass: your password
port: 465
user: fdevops@163.com
gorm:
logmode: 0
maxidleconn: 0
maxopenconn: 20000
jwt:
secret: ferry
timeout: 86400
ldap:
anonymousquery: 0
basedn: dc=fdevops,dc=com
bindpwd: 123456
binduserdn: cn=admin,dc=fdevops,dc=com
host: localhost
port: 389
tls: 0
userfield: uid
log:
compress: 1
consolestdout: 1
filestdout: 0
level: debug
localtime: 1
maxage: 30
maxbackups: 300
maxsize: 10240
path: ./logs/ferry.log
public:
islocation: 0
redis:
url: redis://:123456@127.0.0.1:6379
ssl:
key: keystring
pem: temp/pem.pem
application:
domain: localhost:8002
host: 0.0.0.0
ishttps: false
mode: dev
name: ferry-test
port: "8002"
readtimeout: 1
writertimeout: 2
database:
dbtype: mysql
host: 127.0.0.1
name: ferry
password: root
port: 3306
username: root
domain:
gethost: 1
url: localhost:9527
email:
alias: ferry
host: smtp.163.com
pass: your password
port: 465
user: fdevops@163.com
gorm:
logmode: 0
maxidleconn: 0
maxopenconn: 20000
jwt:
secret: ferry
timeout: 86400
ldap:
anonymousquery: 0
basedn: dc=fdevops,dc=com
bindpwd: 123456
binduserdn: cn=admin,dc=fdevops,dc=com
host: localhost
port: 389
tls: 0
userfield: uid
log:
compress: 1
consolestdout: 1
filestdout: 0
level: debug
localtime: 1
maxage: 30
maxbackups: 300
maxsize: 10240
path: ./logs/ferry.log
public:
islocation: 0
redis:
url: redis://:127.0.0.1:6379
ssl:
key: keystring
pem: temp/pem.pem

View File

@ -12,9 +12,9 @@ settings:
writertimeout: 2
database:
dbtype: mysql
host: ferry_mysql
host: 127.0.0.1
name: ferry
password: 123456
password: root
port: 3306
username: root
domain:
@ -55,7 +55,7 @@ settings:
public:
islocation: 0
redis:
url: redis://ferry_redis:6379
url: redis://:127.0.0.1:6379
ssl:
key: keystring
pem: temp/pem.pem