achievements_project/frontend/config/debug.json

10 lines
130 B
JSON

{
"extends": [
"config/base.json"
],
"hosts": {
"frontend": "http://localhost:8080"
},
"build": "debug",
"port": 8080
}