aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web/appsettings.json
diff options
context:
space:
mode:
authorDanail Dimitrov <danaildimitrov321@gmail.com>2021-02-28 20:52:56 +0200
committerDanail Dimitrov <danaildimitrov321@gmail.com>2021-02-28 20:52:56 +0200
commit8d604f9e353cf0b8b8302fc6fb71dd4408c937fe (patch)
tree9471b70a01b459c08bf2c1528cb4aba76d781f97 /src/Web/DevHive.Web/appsettings.json
parentd53d67776f0746cc6eb8973f7c55767fcf82df65 (diff)
parent2a85613d6827f5a1d151b856739863fbe9782143 (diff)
downloadDevHive-8d604f9e353cf0b8b8302fc6fb71dd4408c937fe.tar
DevHive-8d604f9e353cf0b8b8302fc6fb71dd4408c937fe.tar.gz
DevHive-8d604f9e353cf0b8b8302fc6fb71dd4408c937fe.zip
merge with dev
Diffstat (limited to 'src/Web/DevHive.Web/appsettings.json')
-rw-r--r--src/Web/DevHive.Web/appsettings.json26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/Web/DevHive.Web/appsettings.json b/src/Web/DevHive.Web/appsettings.json
index bcdcae7..fcf9805 100644
--- a/src/Web/DevHive.Web/appsettings.json
+++ b/src/Web/DevHive.Web/appsettings.json
@@ -1,20 +1,22 @@
{
- "AppSettings": {
- "Secret": "gXfQlU6qpDleFWyimscjYcT3tgFsQg3yoFjcvSLxG56n1Vu2yptdIUq254wlJWjm"
- },
- "ConnectionStrings": {
- "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
+ "Jwt": {
+ "signingKey": "",
+ "validationIssuer": "",
+ "audience": ""
+ },
+ "ConnectionStrings": {
+ "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
},
"Cloud": {
"cloudName": "devhive",
"apiKey": "488664116365813",
"apiSecret": ""
},
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- }
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ }
}