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