init
This commit is contained in:
17
xiangj-adapter/config.yaml
Normal file
17
xiangj-adapter/config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
server:
|
||||
address: "0.0.0.0:21056"
|
||||
log:
|
||||
level: "info"
|
||||
output: "console"
|
||||
file_path: "/app/log/app.log"
|
||||
database:
|
||||
address: "192.168.40.242:5432"
|
||||
username: "postgres"
|
||||
password: "root123"
|
||||
database: "ser"
|
||||
schema: "event"
|
||||
sslmode: "disable"
|
||||
max_open_conns: 10
|
||||
max_idle_conns: 5
|
||||
conn_max_lifetime: "30m"
|
||||
conn_max_idle_time: "5m"
|
||||
Reference in New Issue
Block a user