|
85 | 85 | "replyToDomain": "email domain for routing replies back to codestream", |
86 | 86 | "senderEmail": "all generated emails will be sent as this user", |
87 | 87 | "supportEmail": "support email address to include on email and forms", |
88 | | - "suppressEmails": "Stop all email from being sent" |
| 88 | + "suppressEmails": "Stop all email from being sent [CSSVC_SUPPRESS_EMAILS]" |
89 | 89 | }, |
90 | 90 | "emailDeliveryService": { |
91 | 91 | "NodeMailer": { |
|
203 | 203 | "newRelicClientSecret": "NR Client Secret [CSSVC_NEWRELIC_IDENTITY_CLIENT_SECRET]", |
204 | 204 | "newRelicRegion": "NR Region [CSSVC_NEWRELIC_IDENTITY_REGION]", |
205 | 205 | "orgServiceHost": "NR Org Service Host [CSSVC_NEWRELIC_IDENTITY_ORG_SERVICE_HOST]", |
| 206 | + "otherRegionGraphQLHost": "NR GraphQL Host [CSSVC_NEWRELIC_IDENTITY_OTHER_REGION_GRAPHQL_HOST]", |
206 | 207 | "passwordKey": "NR Password Key (we maintain for short lived encryption) [CSSVC_NEWRELIC_IDENTITY_PASSWORD_KEY]", |
207 | 208 | "signupServiceHost": "NR Signup Service Host [CSSVC_NEWRELIC_IDENTITY_SIGNUP_SERVICE_HOST]", |
208 | 209 | "userServiceHost": "NR User Service Host [CSSVC_NEWRELIC_IDENTITY_USER_SERVICE_HOST]", |
|
222 | 223 | "newrelicgrok": { |
223 | 224 | "<appProvider>": { |
224 | 225 | "apiKey": "API Key for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_API_KEY]", |
225 | | - "apiUrl": "API Url for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_API_URL]" |
| 226 | + "apiUrl": "API Url for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_API_URL]", |
| 227 | + "model": "Model for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_MODEL]", |
| 228 | + "prompt": "Prompt for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_PROMPT]" |
226 | 229 | } |
227 | 230 | }, |
228 | 231 | "okta": { |
|
0 commit comments