From 8d60b3bb0b5a3427fb386771d6fa8c00f61058f4 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 14 Nov 2022 19:17:53 -0600 Subject: AƱadida configuraciĆ³n de Identity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appsettings.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'appsettings.json') diff --git a/appsettings.json b/appsettings.json index 10f68b8..02401f4 100644 --- a/appsettings.json +++ b/appsettings.json @@ -5,5 +5,11 @@ "Microsoft.AspNetCore": "Warning" } }, + "ConnectionStrings": { + "ApplicationDbContext": "Host=127.0.0.1;Database=identity;Username=luis" + }, + "Jwt": { + "Key": "3aa68fb64d638cd66a0485fce8fcdb49" + }, "AllowedHosts": "*" } -- cgit v1.2.3