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.
14 lines
244 B
14 lines
244 B
application:
|
|
environment: development
|
|
listenAddress: 127.0.0.1
|
|
port: 5100
|
|
database:
|
|
host: 127.0.0.1
|
|
port: 3306
|
|
dialect: mysql
|
|
database: skel
|
|
user: skel
|
|
password: secret
|
|
maxOpenConn: 90
|
|
maxIdleConn: 20
|
|
maxLifeTime: 1800
|