Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support accessing PostgreSQL on unix domain sockets #4456

Merged
merged 5 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: update environment variables documentation for DATABASE_SOCKET…
…_DIR formatting
  • Loading branch information
JakobLichterfeld committed Jan 7, 2025
commit 915451280d6df6506dfe8bf170f119fa039f3843
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
Loading