mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-17 06:04:55 +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
|
||||||
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -22,3 +22,9 @@ dist-ssr
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.development
|
||||||
|
.env.production
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue