aboutsummaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2024-09-20 16:21:09 +1000
committerJake Mannens <jake@asger.xyz>2024-10-29 11:42:48 +1100
commit0e21907c76dbefed11f382bcf949143f0716567f (patch)
tree3b470c01fb441517bc794daa179e6b2159fc8b46 /appsettings.Development.json
parent0ae271bebd4a43b14bd4c215c539e16adbe073fb (diff)
v0.3v0.3
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
new file mode 100644
index 0000000..063ef36
--- /dev/null
+++ b/appsettings.Development.json
@@ -0,0 +1,10 @@
+{
+ "PagerParser": {
+ "ReparseAllOnStartup": true
+ },
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug"
+ }
+ }
+} \ No newline at end of file