achievements_project/frontend/config/release.json

11 lines
125 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"
},
2021-01-27 19:35:09 +00:00
"build": "release",
"port": 80
}