Create build system (#1)
This commit is contained in:
16
config.json
Normal file
16
config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"prod": {
|
||||
"sock_path": "/run/zmp24.sock",
|
||||
"db": "/data/db"
|
||||
},
|
||||
|
||||
"dev": {
|
||||
"bind_to": "[::1]:8080",
|
||||
"db": "/tmp/zmp24db"
|
||||
},
|
||||
|
||||
"image": {
|
||||
"name": "zmp24",
|
||||
"version": "0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user