HackMD/test/artifacts/config01.json

12 lines
118 B
JSON
Raw Normal View History

{
"test": {
"port": 3001
},
"development": {
"port": 3002
},
"production": {
"port": 3003
}
}