1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

fix: spelling

This commit is contained in:
nilsorbat 2023-02-28 08:51:58 +01:00
parent 575385bd70
commit 11739db81f
No known key found for this signature in database
GPG key ID: 0F9E4305534A2380
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ services:
# have to use environment variables in order to pass the desired values, e.g. # have to use environment variables in order to pass the desired values, e.g.
# PGSSLMODE=<value> # PGSSLMODE=<value>
# Configure knex to accept SSL Certificates # Configure knex to accept SSL certificates
# REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false # REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false
depends_on: depends_on:
- postgres - postgres

View file

@ -14,7 +14,7 @@ SECRET_KEY=notsecretkey
# have to use environment variables in order to pass the desired values, e.g. # have to use environment variables in order to pass the desired values, e.g.
# PGSSLMODE=<value> # PGSSLMODE=<value>
# Configure knex to accept SSL Certificates # Configure knex to accept SSL certificates
# REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false # REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false
## Do not edit this ## Do not edit this