From 00acb66e39f7b178d58f3f0ec298aec73d7aced9 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 15 Nov 2022 21:52:57 -0600 Subject: AƱadida autenticaciĆ³n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appsettings.Development.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appsettings.Development.json') 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" } } -- cgit v1.2.3