achievements_project/frontend/config/debug.json

11 lines
130 B
JSON
Raw Normal View History

2021-01-27 19:35:09 +00:00
{
"extends": [
"config/base.json"
],
2021-02-16 19:11:12 +00:00
"hosts": {
"frontend": "http://localhost:8080"
},
2021-01-27 19:35:09 +00:00
"build": "debug",
"port": 8080
}