OpenDataAPI/.env.template

36 lines
585 B
Plaintext
Raw Normal View History

#
# PostgreSQL
#
2024-01-24 16:29:09 +01:00
POSTGRES_CONTAINER_NAME=postgres
POSTGRES_IMAGE=postgres:latest
POSTGRES_VOLUME_NAME=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
DB_ANON_ROLE=anon
DB_SCHEMA=public
PGADMIN_USER=postgres@postgres.org
PGADMIN_PASSWORD=postgres
#
# PostgREST
#
POSTGREST_URL=https://opendata.example.org/
POSTGREST_CONTAINER_NAME=postgrest
POSTGREST_IMAGE=postgrest/postgrest:v12.0.2
PGRST_DB_MAX_ROWS=100
#
# Swagger UI
#
2024-01-24 16:29:09 +01:00
SWAGGER_URL=https://ui.opendata.example.org/
2024-01-24 16:29:09 +01:00
SWAGGER_CONTAINER_NAME=swagger
SWAGGER_IMAGE=swaggerapi/swagger-ui:v5.11.0