summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-17 20:16:10 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-17 20:16:10 -0600
commit603fd6bab11275eeca6f83479edf496b07bb0b74 (patch)
tree497b36ca28254d098cce5b50dc1c5ea23ad9f23e /appsettings.Development.json
parentfb3e3ed608780e2db3ba5b3cef93e098d14af43d (diff)
Corregida configuraciĆ³n
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
index 0c208ae..5679ffb 100644
--- a/appsettings.Development.json
+++ b/appsettings.Development.json
@@ -4,5 +4,12 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
- }
+ },
+ "ConnectionStrings": {
+ "ApplicationDbContext": "Host=127.0.0.1;Database=lottery;Username=luis"
+ },
+ "Jwt": {
+ "Key": "310e0109bf9beb5f9130c59ada2b27cd7073a3b8c32d6e0f"
+ },
+ "AllowedHosts": "*"
}