-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (12 loc) · 936 Bytes
/
.env.example
File metadata and controls
15 lines (12 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GROQ_API_KEY=your_groq_api_key_here # Your Groq API key - this is required
CUSTOM_SQL=postgres # only if you wish to use Postgres instead of Snowflake (default is Snowflake)
# Postgres credentials (if you're using Postgres)
POSTGRES_USER=your_postgres_username_here # Your local Postgres username
POSTGRES_PASSWORD=your_postgres_password_here # Your local Postgres password
POSTGRES_DB=your_postgres_database_name_here # Your local Postgres database name
# Snowflake credentials (if you're using Snowflake - snowflake it is by default)
SNOWFLAKE_ACCOUNT=your_snowflake_account_here # Your Snowflake account name
SNOWFLAKE_USER=your_snowflake_username_here # Your local SnowSQL username
SNOWFLAKE_PASSWORD=your_snowflake_password_here # Your local SnowSQL password
SNOWFLAKE_DB=your_snowflake_database_here # Your local SnowSQL database name
########## No instructions on how to use it with Snowflake yet. Postgres for now. ##########