From ca3e50a78787685fb5a39c6f751a87b2beb65c17 Mon Sep 17 00:00:00 2001 From: Sjory Date: Sun, 1 Dec 2024 12:42:33 +0100 Subject: 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 --- .../bin/Debug/net7.0/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json (limited to 'DrinksMachineWebsite/bin/Debug/net7.0/appsettings.Development.json') 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" + } + } +} -- cgit v1.3.1