api.env.j2 431 B

123456789101112131415
  1. PHOTOVIEW_DATABASE_DRIVER=postgres
  2. PHOTOVIEW_POSTGRES_URL=postgres://photoview:{{photoview_db_pass}}@db.service:5432/photoview
  3. PHOTOVIEW_LISTEN_IP=0.0.0.0
  4. PHOTOVIEW_LISTEN_PORT=4001
  5. PHOTOVIEW_API_ENDPOINT=http://{{ansible_hostname}}:4001/
  6. PHOTOVIEW_UI_ENDPOINT=http://{{ansible_hostname}}:1234/
  7. PHOTOVIEW_MEDIA_CACHE=/media/photos//media_cache
  8. PHOTOVIEW_SERVE_UI=0
  9. MAPBOX_TOKEN={{mapbox_api_key}}
  10. PHOTOVIEW_DEVELOPMENT_MODE=0