feat(Config): Adiciona o config de exemplo
This commit is contained in:
parent
d61e0ad75b
commit
bbc5cd7410
1 changed files with 8 additions and 0 deletions
8
src/config/app_example.json
Normal file
8
src/config/app_example.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"state": "go",
|
||||
"api": {
|
||||
"url": "http://localhost:8000/",
|
||||
"prefix": "api/v1/",
|
||||
"content_type": "application/json"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue