summaryrefslogtreecommitdiff
path: root/bin/Debug/net6.0/appsettings.Development.json
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-09-15 16:52:16 -0500
committerHombreLaser <sebastian-440@live.com>2022-09-15 16:52:16 -0500
commit0bcbc7f4721830a1a65fbd2e30fbb69f803884c2 (patch)
treef1fb8bb0c51ea7851f57731a95a05b74d7f2bbc8 /bin/Debug/net6.0/appsettings.Development.json
parent2ef25a3fad449f8a05491db4a46fc3990c27cf15 (diff)
Añadir base de datos
Diffstat (limited to 'bin/Debug/net6.0/appsettings.Development.json')
-rw-r--r--bin/Debug/net6.0/appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/Debug/net6.0/appsettings.Development.json b/bin/Debug/net6.0/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/bin/Debug/net6.0/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}