.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
MAP_ID
Map Id (which map to use from the generations dir)
MODAL_INFERENCE_URL
Modal qwen image edit model inference url
GEMINI_API_KEY
secret
Gemini API Key
GOOGLE_MAPS_API_KEY
secret
Google Maps API Key Get one here: https://developers.google.com/maps/documentation/javascript/get-api-key
GOOGLE_TILES_API_KEY
secret
VITE_GOOGLE_TILES_API_KEY
secret
OXEN_API_TOKEN
secret
Oxen API credentials
OXEN_USER_NAME
OXEN_USER_EMAIL
OXEN_OMNI_MODEL_API_KEY
secret
Oxen Fine Tune API Keys (for fine-tuned model running via oxen API)
R2_ENDPOINT_URL
Cloudflare R2 Deployment
R2_ACCESS_KEY_ID
secret
R2_SECRET_ACCESS_KEY
secret
R2_PUBLIC_URL
NYC_OPENDATA_APP_TOKEN
secret
(Optional) NYC OpenData App Token https://dev.socrata.com/foundry/data.cityofnewyork.us/5zhs-2jue
CITYDB_PORT
(Optional) CityDB PostGRES db credentials
CITYDB_NAME
CITYDB_PASSWORD
secret
CITYDB_USER
brew install flyctl && fly launch --from https://github.com/cannoneyed/isometric-nyc
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cannoneyed/isometric-nyc
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cannoneyed/isometric-nyc