summaryrefslogtreecommitdiff
path: root/appsettings.json
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-12 21:20:00 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-12 21:25:10 -0600
commit46965f637d3b329038a7ef84fbefac3cad92f465 (patch)
treedff667eee9cc212ab106559bd7cdbfa069fd459a /appsettings.json
parent8efbe4b57c42cddc48ea0cca413fc3f443184b64 (diff)
Commit inicial
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": "*"
+}