saas_app/src/config/app.json

8 lines
No EOL
154 B
JSON

{
"state": "go",
"api": {
"url": "http://localhost:8000/",
"prefix": "api/v1/",
"content_type": "application/json"
}
}