blob: 1b71f157d7779c6d98b9149e4872f73c0083b3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##
## Databag is a federated messaging service
##
config databag 'config'
## path where database and assets are store
option store_path '/tmp/databag/store'
## listening port for the service
option service_port '7001'
|