summary refs log tree commit diff
path: root/Rhea/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'Rhea/appsettings.Development.json')
-rw-r--r--Rhea/appsettings.Development.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/Rhea/appsettings.Development.json b/Rhea/appsettings.Development.json
new file mode 100644

index 0000000..7ccad18 --- /dev/null +++ b/Rhea/appsettings.Development.json
@@ -0,0 +1,11 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", +// "Microsoft.AspNetCore": "Warning" + } + }, + "Rhea": { + "StorePath": "/nix/store" + } +}