diff --git a/src/config/app_example.json b/src/config/app_example.json new file mode 100644 index 0000000..d38e8d3 --- /dev/null +++ b/src/config/app_example.json @@ -0,0 +1,8 @@ +{ + "state": "go", + "api": { + "url": "http://localhost:8000/", + "prefix": "api/v1/", + "content_type": "application/json" + } +} \ No newline at end of file