Tidy up config
This commit is contained in:
parent
79c17f75cd
commit
1329683f58
3 changed files with 1 additions and 6 deletions
|
@ -6,9 +6,6 @@
|
|||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"database": "Server=localhost;User ID=user;Password=pass;Database=db"
|
||||
},
|
||||
"blogApiEndpoint": "",
|
||||
"gitApiEndpoint": "",
|
||||
"authApiEndpoint": ""
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"database": "<DatabaseConnectionString>"
|
||||
},
|
||||
"blogApiEndpoint": "<BlogEndpoint>",
|
||||
"gitApiEndpoint": "<GitEndpoint>",
|
||||
"authApiEndpoint": "<AuthEndpoint>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue