Tidy up config

This commit is contained in:
Robert Marshall 2020-04-12 14:38:32 +01:00
parent 79c17f75cd
commit 1329683f58
3 changed files with 1 additions and 6 deletions

View file

@ -6,9 +6,6 @@
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"database": "Server=localhost;User ID=user;Password=pass;Database=db"
},
"blogApiEndpoint": "",
"gitApiEndpoint": "",
"authApiEndpoint": ""

View file

@ -4,9 +4,6 @@
"Default": "Warning"
}
},
"ConnectionStrings": {
"database": "<DatabaseConnectionString>"
},
"blogApiEndpoint": "<BlogEndpoint>",
"gitApiEndpoint": "<GitEndpoint>",
"authApiEndpoint": "<AuthEndpoint>",