mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
4 lines
119 B
Text
4 lines
119 B
Text
NODE_ENV=development
|
|
VITE_API_BASEURL=http://localhost:5000/api
|
|
DATABASE_URL="file:../data/data.db"
|
|
API_KEY=TOP_SECRET
|