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
Ondřej Mekina 5513042b1b
Some checks failed
Check indentation / build (push) Has been cancelled
Continuous testing / build (push) Has been cancelled
extract config to external files
2025-03-12 23:08:40 +01:00

29 lines
277 B
JSON

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