fennec-be/config.yml.example

16 lines
250 B
Plaintext
Raw Normal View History

2021-02-24 09:44:07 +08:00
env: dev
http:
port: 7122
db:
postgres:
host: 192.168.31.194
port: 5432
database: fennec
username: fennec
password:
redis:
mq:
host: localhost
port: 6379
2021-02-24 09:44:07 +08:00
workspaces:
root: '/Users/ivanli/Projects/fennec/workspaces'