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

