Configuration

Let ULLD help you generate a configuration file.

Database Settings

ULLD defaults to SQLite for it's ease of installation, but permits Postgres for performance and portability.

Database

Postgres

For security reasons, ULLD will write your connection string to a pair of environment variables, POSTGRES_URL and POSTGRES_URL_POOLING. You can change your database to any other Postgres instance by changing these variables in the future.

Either a connection URI or a database name and port number are required to use Postgres.

Continue