todo/frontend/public/config.json

13 lines
271 B
JSON
Raw Normal View History

2021-06-17 21:00:56 +00:00
{
"hosts": {
"localhost:3000": "LOCAL",
"dev.j4.pm": "test",
2021-06-17 21:00:56 +00:00
"todo.j4.pm": "prod"
},
"defaultConfig": {},
"configs": {
"LOCAL": {},
"test": {"apiUrl": "https://dev.j4.pm/api"},
"prod": {"apiUrl": "https://todo.j4.pm/api"}
2021-06-17 21:00:56 +00:00
}
}