diff --git a/.env.example b/.env.example index 08dda83e..3f835882 100644 --- a/.env.example +++ b/.env.example @@ -6,6 +6,10 @@ POSTGRES_DB=ocotilloapi_dev POSTGRES_HOST=localhost POSTGRES_PORT=5432 +# PYGEOAPI +PYGEOAPI_POSTGRES_PASSWORD=your_password +PYGEOAPI_POSTGRES_USER=your_username + # Connection pool configuration for parallel transfers # pool_size: number of persistent connections to maintain # max_overflow: additional connections allowed during peak usage