mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-18 22:20:08 +00:00
feat: 添加登录验证
This commit is contained in:
24
config/config.yml
Normal file
24
config/config.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
logger:
|
||||
level: INFO
|
||||
path: ./data/log
|
||||
port: 8080
|
||||
debug: true
|
||||
|
||||
database:
|
||||
schema: mysql
|
||||
host: IP_ADDRESS
|
||||
port: 3306
|
||||
user: USER
|
||||
password: PASSWORD
|
||||
database: DATABASE
|
||||
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password:
|
||||
db: 0
|
||||
|
||||
masterNode:
|
||||
address: IP_ADDRESS
|
||||
Reference in New Issue
Block a user