fennec-be/config.yml.example

24 lines
406 B
Plaintext

env: dev
http:
port: 7122
db:
postgres:
host: 192.168.31.194
port: 5432
database: fennec
username: fennec
password:
redis:
host: 192.168.31.194
port: 6379
password:
prefix: fennec
rabbitmq:
uri: 'amqp://fennec:fennec@192.168.31.194:5672'
etcd:
hosts:
- 'http://192.168.31.194:2379'
workspaces:
root: '/Users/ivanli/Projects/fennec/workspaces'