mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-18 17:04:52 +00:00
chore: add env files to gitignore and add env example
This commit is contained in:
parent
88f0bc7a0c
commit
391fc162c6
2 changed files with 12 additions and 0 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Supabase Configuration
|
||||
VITE_SUPABASE_URL=your_supabase_url_here
|
||||
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
|
||||
|
||||
# OpenAI Configuration
|
||||
VITE_OPENAI_API_KEY=your_openai_api_key_here
|
||||
Loading…
Add table
Add a link
Reference in a new issue