summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-15 21:52:57 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-15 21:52:57 -0600
commit00acb66e39f7b178d58f3f0ec298aec73d7aced9 (patch)
treeb2340ca37d815a4da9870c3ecd483e8dbcf95a44 /appsettings.Development.json
parent820c3a882c60127338293c1eee4059b2dfd535df (diff)
Añadida autenticación
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
index 0c208ae..588f258 100644
--- a/appsettings.Development.json
+++ b/appsettings.Development.json
@@ -4,5 +4,9 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
+ },
+ "Jwt": {
+ "Key": "3aa68fb64d638cd66a0485fce8fcdb49",
+ "Issuer": "jwtissuer.com"
}
}