johnbridges commited on
Commit
f453e0e
·
1 Parent(s): 2bd5572

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": "nmap",
23
- "StartThisTestLLM": false,
24
  "LlmNoInitMessage": true,
25
  "ServiceAuthKey": "tHdIy7EMOlrdkGaMSOpX/CVHlQVDrTHHjsxU4mpz9FqXXtjw/1D46vhKzcWPlRYYOaojw+ClU7m1OzcL3UfZqA==",
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": "nmap",
23
+ "StartThisTestLLM": true,
24
  "LlmNoInitMessage": true,
25
  "ServiceAuthKey": "tHdIy7EMOlrdkGaMSOpX/CVHlQVDrTHHjsxU4mpz9FqXXtjw/1D46vhKzcWPlRYYOaojw+ClU7m1OzcL3UfZqA==",
26
  "LlmModelPath": "/home/mahadeva/code/models/",