diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-19 13:13:03 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-19 13:13:03 +0200 |
| commit | 4836e2f4cc3e1eb53f415d26771c76c84d29c280 (patch) | |
| tree | 2a9cccffc647882d16e259445ed0be236fdffd79 /src/DevHive.Web/appsettings.json | |
| parent | b81cdf3b60914e821de6a3ad35dc2af6637bca0c (diff) | |
| download | DevHive-4836e2f4cc3e1eb53f415d26771c76c84d29c280.tar DevHive-4836e2f4cc3e1eb53f415d26771c76c84d29c280.tar.gz DevHive-4836e2f4cc3e1eb53f415d26771c76c84d29c280.zip | |
Configured launch.json to be workspace wide; Fixed GetFriend to GetUser
Diffstat (limited to 'src/DevHive.Web/appsettings.json')
| -rw-r--r-- | src/DevHive.Web/appsettings.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/DevHive.Web/appsettings.json b/src/DevHive.Web/appsettings.json index a460532..83932a7 100644 --- a/src/DevHive.Web/appsettings.json +++ b/src/DevHive.Web/appsettings.json @@ -1,15 +1,15 @@ -{
- "AppSettings": {
- "Secret": "gXfQlU6qpDleFWyimscjYcT3tgFsQg3yoFjcvSLxG56n1Vu2yptdIUq254wlJWjm"
- },
- "ConnectionStrings": {
- "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
- },
- "Logging" : {
- "LogLevel" : {
- "Default" : "Information",
- "Microsoft" : "Warning",
- "Microsoft.Hosting.Lifetime" : "Information"
- }
- }
-}
+{ + "AppSettings": { + "Secret": "gXfQlU6qpDleFWyimscjYcT3tgFsQg3yoFjcvSLxG56n1Vu2yptdIUq254wlJWjm" + }, + "ConnectionStrings": { + "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;" + }, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} |
