Update chirpstack.toml (#116)

Cherry pick the changes made in 880b319bfd
This commit is contained in:
trivialkettle 2025-01-07 13:27:57 +01:00 committed by GitHub
parent 533035808e
commit 036db35749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,10 +15,9 @@
# Format example: postgres://<USERNAME>:<PASSWORD>@<HOSTNAME>/<DATABASE>?sslmode=<SSLMODE>. # Format example: postgres://<USERNAME>:<PASSWORD>@<HOSTNAME>/<DATABASE>?sslmode=<SSLMODE>.
# #
# SSL mode options: # SSL mode options:
# * disable - no SSL # * disable - Do not use TLS
# * require - Always SSL (skip verification) # * prefer - Attempt to connect with TLS but allow sessions without
# * verify-ca - Always SSL (verify that the certificate presented by the server was signed by a trusted CA) # * require - Require the use of TLS
# * verify-full - Always SSL (verify that the certification presented by the server was signed by a trusted CA and the server host name matches the one in the certificate)
dsn="postgres://chirpstack:chirpstack@$POSTGRESQL_HOST/chirpstack?sslmode=disable" dsn="postgres://chirpstack:chirpstack@$POSTGRESQL_HOST/chirpstack?sslmode=disable"
# Max open connections. # Max open connections.