We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c23ca commit d263d72Copy full SHA for d263d72
CHANGES.md
@@ -8,7 +8,7 @@
8
- rename `POSTGRES_USER` to `PGUSER` in config **breaking change**
9
- rename `POSTGRES_PASS` to `PGPASSWORD` in config **breaking change**
10
- rename `POSTGRES_PORT` to `PGPORT` in config **breaking change**
11
-- rename `POSTGRES_DBNAME` to `PGDBNAME` in config **breaking change**
+- rename `POSTGRES_DBNAME` to `PGDATABASE` in config **breaking change**
12
```python
13
from stac_fastapi.pgstac.config import PostgresSettings
14
0 commit comments