summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
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": "*"
}