gammatools/web/config.json

8 lines
143 B
JSON

{
"dev": {
"BASE_URL": "http://127.0.0.1:5000"
},
"prod": {
"BASE_URL": "https://gammaworld.gmgauthier.com"
}
}