8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
# Environment example for backend
|
|
DATABASE_URL=sqlite:///./modern_dev.db
|
|
BASE_URL=http://localhost:8000
|
|
FRONTEND_ORIGIN=http://localhost:5173
|
|
# Register a Google OAuth app and put credentials here for testing
|
|
GOOGLE_CLIENT_ID=your-google-client-id
|
|
GOOGLE_CLIENT_SECRET=your-google-client-secret
|