mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
##
|
|
## Databag is a federated messaging service
|
|
##
|
|
|
|
config databag
|
|
|
|
## path where database and assets are store
|
|
option store_path '/tmp/dbstore'
|
|
|
|
## listening port for the service
|
|
option service_port '7007'
|
|
|