mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-19 00:10:31 +00:00
22 lines
281 B
YAML
22 lines
281 B
YAML
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: IP_ADDRESS
|
|
port: 6379
|
|
password: PASSWORD
|
|
db: 0
|