2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-07-12 08:51:02 +00:00

Move demoMode to config.json

This commit is contained in:
2017-03-06 18:04:01 +01:00
parent fb084d299a
commit 1d4301ac8d
3 changed files with 10 additions and 2 deletions

6
sample.config.json Normal file → Executable file
View File

@ -16,5 +16,11 @@
"param": "mynumber",
"value": "+43************"
}
],
"debug": [
{
"param": "demoMode",
"value": true
}
]
}