Options for part-db configuration. Refer to https://github.com/Part-DB/Part-DB-server/blob/master/.env for details on supported values. All <option>_FILE values supported by upstream are supported here.
Declarations
Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
DATABASE_URL = "postgresql://db_user@localhost/db_name?serverVersion=16.6&charset=utf8&host=/var/run/postgresql";
}