You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**ENCRYPTION_KEY**| A key used to encrypt the Tesla API tokens (**required**) ||
12
-
|**DATABASE_USER**| Username||
13
-
|**DATABASE_PASS**| User password||
12
+
|**DATABASE_USER**| Username. Also used with `DATABASE_SOCKET_DIR` when the socket connection requires password authentication.||
13
+
|**DATABASE_PASS**| User password. Also used with `DATABASE_SOCKET_DIR` when the socket connection requires password authentication.||
14
14
|**DATABASE_NAME**| The database to connect to ||
15
15
|**DATABASE_HOST**| Hostname of the database server ||
16
16
|**DATABASE_PORT**| Port of the database server | 5432 |
17
-
|**DATABASE_SOCKET_DIR**| Local path containing UNIX socket for database if that connection mechanic is preferred. Provide one of `DATABASE_SOCKET_DIR` and `DATABASE_(USER\|PASS\|HOST)`||
17
+
|**DATABASE_SOCKET_DIR**| Local path containing a UNIX socket for the database. `DATABASE_USER` and `DATABASE_PASS` are honored when set; omit them to use peer authentication. ||
18
18
|**DATABASE_POOL_SIZE**| Size of the database connection pool | 10 |
19
19
|**DATABASE_TIMEOUT**| The time in milliseconds to wait for database query calls to finish | 60000 |
20
20
|**DATABASE_SSL**| Set to `true` if SSL should be enabled or `noverify` if certificate verification should not be performed. | false |
0 commit comments