aboutsummaryrefslogtreecommitdiff
path: root/DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json
diff options
context:
space:
mode:
authorSjory <Mgj32000@gmail.com>2024-12-01 12:42:33 +0100
committerSjory <Mgj32000@gmail.com>2024-12-01 12:42:33 +0100
commitca3e50a78787685fb5a39c6f751a87b2beb65c17 (patch)
tree6e91f879d8539db0132bd64447a8d1d436ef2dcc /DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json
parenteedb2bdb2cc1293e6abb4099d700222b7260baaa (diff)
testing
made classes for alcohol and drinks tried to make a list of drinks gonna try maybe a json to store information and make a page for creating new drinks
Diffstat (limited to 'DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json')
-rw-r--r--DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json b/DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json
new file mode 100644
index 0000000..770d3e9
--- /dev/null
+++ b/DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json
@@ -0,0 +1,9 @@
+{
+ "DetailedErrors": true,
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}