mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
fix: Typo with secrets (#755)
This commit is contained in:
@@ -162,9 +162,9 @@ const config: Config = {
|
|||||||
},
|
},
|
||||||
inkeepConfig: {
|
inkeepConfig: {
|
||||||
baseSettings: {
|
baseSettings: {
|
||||||
apiKey: "inkeepApiKey",
|
apiKey: inkeepApiKey,
|
||||||
integrationId: "inkeepIntegrationId",
|
integrationId: inkeepIntegrationId,
|
||||||
organizationId: "inkeepOrgId",
|
organizationId: inkeepOrgId,
|
||||||
primaryBrandColor: "#1E1E1E"
|
primaryBrandColor: "#1E1E1E"
|
||||||
},
|
},
|
||||||
aiChatSettings: {
|
aiChatSettings: {
|
||||||
|
|||||||
Reference in New Issue
Block a user