14 lines
205 B
YAML
14 lines
205 B
YAML
databases:
|
|
name: vertx-demo
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
username: root
|
|
password: 123456
|
|
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
database: 0
|
|
password: xxx
|
|
maxPoolSize: 8
|
|
maxPoolWaiting: 2000 |