Skip to content

Commit

Permalink
style: update environment variables documentation for DATABASE_SOCKET…
Browse files Browse the repository at this point in the history
…_DIR formatting
  • Loading branch information
JakobLichterfeld committed Jan 7, 2025
1 parent b2fa0da commit 9154512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TeslaMate accepts the following environment variables for runtime configuration:
| **DATABASE_NAME** | The database to connect to | |
| **DATABASE_HOST** | Hostname of the database server | |
| **DATABASE_PORT** | Port of the database server | 5432 |
| **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|PORT) | |
| **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\|PORT) | |
| **DATABASE_POOL_SIZE** | Size of the database connection pool | 10 |
| **DATABASE_TIMEOUT** | The time in milliseconds to wait for database query calls to finish | 60000 |
| **DATABASE_SSL** | Set to `true` if SSL should be enabled or `noverify` if certificate verification should not be performed. | false |
Expand Down

0 comments on commit 9154512

Please sign in to comment.