mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
13 lines
226 B
Plaintext
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'
|
|
|