johnbridges commited on
Commit
1c129e7
·
1 Parent(s): f59488c

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +2 -2
appsettings.json CHANGED
@@ -3,7 +3,7 @@
3
  "LogLevel": {
4
  "Default": "Information",
5
  "Microsoft": "Information",
6
- "Microsoft.Hosting.Lifetime": "Information"
7
  }
8
  },
9
  "OpenAIApiKey": ".env",
@@ -20,7 +20,7 @@
20
  "UseTls": true
21
  },
22
  "ServiceID": "reportdata",
23
- "StartThisTestLLM": false,
24
  "LlmNoInitMessage": true,
25
  "ServiceAuthKey": ".env",
26
  "LlmModelPath": "/home/mahadeva/code/models/",
 
3
  "LogLevel": {
4
  "Default": "Information",
5
  "Microsoft": "Information",
6
+ "Microsoft.Hosting.Lifetime": "Warning"
7
  }
8
  },
9
  "OpenAIApiKey": ".env",
 
20
  "UseTls": true
21
  },
22
  "ServiceID": "reportdata",
23
+ "StartThisTestLLM": true,
24
  "LlmNoInitMessage": true,
25
  "ServiceAuthKey": ".env",
26
  "LlmModelPath": "/home/mahadeva/code/models/",