1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/signalmaster/dev_config.json.sample
Daniel Berteaud 5d6fd83712 Rename signalmaster config sample
So you can customize it without having to deal with conflicts on future pull
Fix #43
2014-05-26 21:39:57 +02:00

13 lines
202 B
Plaintext

{
"isDev": false,
"server": {
"port": 8888
},
"mysql": {
"server": "localhost",
"database": "vroom",
"user": "vroom",
"password": "vroom"
}
}