- PHOTOVIEW_DATABASE_DRIVER=postgres
- PHOTOVIEW_POSTGRES_URL=postgres://photoview:{{photoview_db_pass}}@db.service:5432/photoview
- PHOTOVIEW_LISTEN_IP=0.0.0.0
- PHOTOVIEW_LISTEN_PORT=4001
- PHOTOVIEW_API_ENDPOINT=http://{{ansible_hostname}}:4001/
- PHOTOVIEW_UI_ENDPOINT=http://{{ansible_hostname}}:1234/
- PHOTOVIEW_MEDIA_CACHE=/media/photos//media_cache
- PHOTOVIEW_SERVE_UI=0
- MAPBOX_TOKEN={{mapbox_api_key}}
- PHOTOVIEW_DEVELOPMENT_MODE=0
|