2021-04-17 13:54:26 +08:00
|
|
|
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
|
2021-07-17 17:32:42 +08:00
|
|
|
etcd:
|
|
|
|
hosts:
|
|
|
|
- 'http://192.168.31.194:2379'
|
2021-04-17 13:54:26 +08:00
|
|
|
workspaces:
|
|
|
|
root: '/Users/ivanli/Projects/fennec/workspaces'
|