We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fb779 commit f1d07e3Copy full SHA for f1d07e3
1 file changed
.env.example
@@ -6,6 +6,9 @@ POSTGRES_DB=ocotilloapi_dev
6
POSTGRES_HOST=localhost
7
POSTGRES_PORT=5432
8
9
+# PYGEOAPI
10
+PYGEOAPI_POSTGRES_PASSWORD=your_password
11
+
12
# Connection pool configuration for parallel transfers
13
# pool_size: number of persistent connections to maintain
14
# max_overflow: additional connections allowed during peak usage
0 commit comments