platform/http-client.env.json

8 lines
103 B
JSON

{
"dev": {
"host": "http://localhost:8000"
},
"prod": {
"host": "https://solawi.me"
}
}