docs/reference/env_variables.md
PGLS_LOG_PATHThe directory where the Daemon logs will be saved.
PGLS_LOG_LEVELAllows to change the log level. Default is debug. This will only affect "pgls*" crates. All others are logged with info level.
PGLS_LOG_PREFIX_NAMEA prefix that's added to the name of the log. Default: server.log.
PGLS_CONFIG_PATHA path to the configuration file
DATABASE_URLA connection string that encodes the full database connection setup.
PGHOSTThe host of the database server.
PGPORTThe port of the database server.
PGUSERThe username to connect to the database.
PGPASSWORDThe password to connect to the database.
PGDATABASEThe name of the database to connect to.
PGT_LOG_PATHThe directory where the Daemon logs will be saved. Deprecated, use PGLS_LOG_PATH instead.
PGT_LOG_LEVELAllows to change the log level. Default is debug. This will only affect "pgls*" crates. All others are logged with info level. Deprecated, use PGLS_LOG_LEVEL instead.
PGT_LOG_PREFIX_NAMEA prefix that's added to the name of the log. Default: server.log. Deprecated, use PGLS_LOG_PREFIX_NAME instead.
PGT_CONFIG_PATHA path to the configuration file. Deprecated, use PGLS_CONFIG_PATH instead.