sudo-archive/example.env

5 lines
155 B
Bash
Raw Normal View History

2022-12-27 15:44:36 +00:00
# make sure the cors proxy url does NOT have a slash at the end
VITE_CORS_PROXY_URL=...
2023-06-23 19:58:33 +00:00
VITE_TMDB_READ_API_KEY=...
2023-07-22 19:41:15 +00:00
VITE_APP_DOMAIN="http://localhost:5173"