summaryrefslogtreecommitdiff
path: root/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'appsettings.json')
-rw-r--r--appsettings.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/appsettings.json b/appsettings.json
new file mode 100644
index 0000000..11d47b9
--- /dev/null
+++ b/appsettings.json
@@ -0,0 +1,15 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "ConnectionStrings": {
+ "ApplicationDbContext": "Host=127.0.0.1;Database=lottery;Username=luis"
+ },
+ "Jwt": {
+ "Key": "310e0109bf9beb5f9130c59ada2b27cd7073a3b8c32d6e0f"
+ },
+ "AllowedHosts": "*"
+}