created new config lib
This commit is contained in:
parent
bc14acaeba
commit
68a4c2d550
36 changed files with 2681 additions and 134 deletions
7
apps/web-api/config/default.json
Normal file
7
apps/web-api/config/default.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"service": {
|
||||
"name": "web-api",
|
||||
"port": 4000,
|
||||
"environment": "development"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue