19 lines
272 B
Plaintext
19 lines
272 B
Plaintext
env: dev
|
|
http:
|
|
port: 7132
|
|
|
|
db:
|
|
postgres:
|
|
host: 192.168.31.194
|
|
port: 5432
|
|
database: blog
|
|
username: blog
|
|
password:
|
|
redis:
|
|
host: 192.168.31.194
|
|
port: 6379
|
|
password:
|
|
prefix: blog
|
|
etcd:
|
|
hosts:
|
|
- 'http://192.168.31.194:2379' |