Files
packages/net/databag/files/databag.config
Roland Osborne 5912206b83 databag: add package
Signed-off-by: Roland Osborne <roland.osborne@gmail.com>
2024-06-23 18:35:10 -07:00

13 lines
226 B
Plaintext

##
## 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'