8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
# Base de données
|
|
DATABASE_URL=sqlite:///data/zebra.db
|
|
|
|
# CORS
|
|
CORS_ORIGINS=http://localhost:3000,http://localhost
|
|
|
|
# Frontend API URL
|
|
VITE_API_URL=http://localhost:8000/api |