summaryrefslogtreecommitdiff
path: root/src/web.api/appsettings.Development.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-20 15:40:31 -0600
committermo khan <mo.khan@gmail.com>2019-10-20 15:40:31 -0600
commit726468456ad606239176addaf1a3bbb63e0c7eb0 (patch)
tree4f81de40eff838f46cb3911f05dc36a53d33be92 /src/web.api/appsettings.Development.json
parent8a98c812a4c370272807165d4377974bf4d7a376 (diff)
Use unix line endings
Diffstat (limited to 'src/web.api/appsettings.Development.json')
-rw-r--r--src/web.api/appsettings.Development.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/web.api/appsettings.Development.json b/src/web.api/appsettings.Development.json
index a2880cb..e203e94 100644
--- a/src/web.api/appsettings.Development.json
+++ b/src/web.api/appsettings.Development.json
@@ -1,9 +1,9 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
- }
- }
-}
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ }
+}