You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
310 B
17 lines
310 B
Name: demo-api
|
|
Host: 0.0.0.0
|
|
Port: 8888
|
|
MaxConns: 1000
|
|
Pg:
|
|
# postgresql 连接配置
|
|
DataSource: postgres://postgres:123456@127.0.0.1:/postgres?sslmode=disable
|
|
CacheRedis:
|
|
- Host: 127.0.0.1:6379
|
|
# Pass: $pass
|
|
Type: node
|
|
Log:
|
|
ServiceName: demo
|
|
Mode: file
|
|
Path: logs
|
|
Level: info
|
|
KeepDays: 7
|