1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 15:35:29 +02:00

fix spelling mistake

This commit is contained in:
nilsorbat 2023-02-24 20:38:11 +01:00
parent 3e5f43ebed
commit 6188a716cc
No known key found for this signature in database
GPG key ID: 0F9E4305534A2380
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ services:
- SECRET_KEY=notsecretkey
# related: https://github.com/knex/knex/issues/2354
# As knex does not pass query parameters from the connection string we
# have to use environment variables in order to pass the desirec values, e.g.
# have to use environment variables in order to pass the desired values, e.g.
# note: this is optional
# PGSSLMODE=require
depends_on:

View file

@ -11,7 +11,7 @@ SECRET_KEY=notsecretkey
# related: https://github.com/knex/knex/issues/2354
# As knex does not pass query parameters from the connection string we
# have to use environment variables in order to pass the desirec values, e.g.
# have to use environment variables in order to pass the desired values, e.g.
# PGSSLMODE=<value>
## Do not edit this