Table of Contents
openeo_fastapi.client.psql.settings
Defining the settings to be used at the application layer of the API for database interaction.
DataBaseSettings Objects
class DataBaseSettings(BaseSettings)
Appliction DataBase settings to interact with PSQL.
POSTGRES_USER
The name of the postgres user.
POSTGRES_PASSWORD
The pasword for the postgres user.
POSTGRESQL_HOST
The host the database runs on.
POSTGRESQL_PORT
The post on the host the database is available on.
POSTGRES_DB
The name of the databse being used on the host.
ALEMBIC_DIR
The path leading to the alembic directory to be used.