Introduction
UI Configuration
Configuring Options for OpenLIT
This guide covers all the available environment variables to fine-tune OpenLIT according to your needs.
Environment Varibales
INIT_DB_HOST
required
Sets the host address of the ClickHouse server for OpenLIT to connect
Example:
INIT_DB_PORT
required
Sets the port on which ClickHouse listens
Example:
INIT_DB_DATABASE
required
Sets the name of the database in Clickhouse to be used by OpenLIT
Example:
INIT_DB_USERNAME
required
Sets the username for authenticating with ClickHouse
Example:
INIT_DB_PASSWORD
required
Sets the password for authenticating with ClickHouse
Example:
SQLITE_DATABASE_URL
required
Sets the location where SQLITE data is stored.
Example:
Sample Environment File (.env)
.env
Was this page helpful?