You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
566 B
13 lines
566 B
# MongoDB Atlas Configuration
|
|
MONGODB_URI=mongodb+srv://username:password@cluster0.mongodb.net/ecoconnect?retryWrites=true&w=majority
|
|
|
|
# Session Configuration
|
|
SESSION_SECRET=your-secret-key-here
|
|
|
|
# Server Configuration
|
|
PORT=5000
|
|
|
|
# Client URL
|
|
CLIENT_URL=http://localhost:5173
|
|
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InNmY3FlYnd6bXducG1lcXZxYnNuIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzY3MzY4NzgsImV4cCI6MjA1MjMxMjg3OH0._il8wrky1N26ef4FZJtXa3DPcowbsb1ENBlcJYu3N8g
|
|
VITE_SUPABASE_URL=https://sfcqebwzmwnpmeqvqbsn.supabase.co |