Archived
3
0
This repository has been archived on 2025-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zmp24-docs/config.json

17 lines
197 B
JSON

{
"prod": {
"sock_path": "/run/zmp24/zmp24.sock",
"db": "/data/db"
},
"dev": {
"bind_to": "[::1]:8080",
"db": "/tmp/zmp24db"
},
"image": {
"name": "zmp24",
"version": "0.1"
}
}