4 lines
104 B
Bash
4 lines
104 B
Bash
DATABASE_URL=sqlite:///./lottery.db
|
|
DEBUG=True
|
|
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|