Skip to content

Commit addd05b

Browse files
author
aadamgough
committed
added env to env.ts
1 parent 248ebac commit addd05b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/sim/lib/core/config/env.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ export const env = createEnv({
230230
ZOOM_CLIENT_SECRET: z.string().optional(), // Zoom OAuth client secret
231231
WORDPRESS_CLIENT_ID: z.string().optional(), // WordPress.com OAuth client ID
232232
WORDPRESS_CLIENT_SECRET: z.string().optional(), // WordPress.com OAuth client secret
233+
SNOWFLAKE_CLIENT_ID: z.string().optional(), // Snowflake OAuth client ID
234+
SNOWFLAKE_CLIENT_SECRET: z.string().optional(), // Snowflake OAuth client secret
233235

234236
// E2B Remote Code Execution
235237
E2B_ENABLED: z.string().optional(), // Enable E2B remote code execution

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import {
3030
SalesforceIcon,
3131
ShopifyIcon,
3232
SlackIcon,
33+
SnowflakeIcon,
3334
// SupabaseIcon,
3435
TrelloIcon,
3536
WealthboxIcon,

0 commit comments

Comments
 (0)