diff --git a/docker-compose.yml b/docker-compose.yml index 89a15e7..a0b29b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: # have to use environment variables in order to pass the desired values, e.g. # PGSSLMODE= - # Configure knex to accept SSL Certificates + # Configure knex to accept SSL certificates # REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false depends_on: - postgres diff --git a/server/.env.sample b/server/.env.sample index b50f20c..6f649ee 100644 --- a/server/.env.sample +++ b/server/.env.sample @@ -14,7 +14,7 @@ SECRET_KEY=notsecretkey # have to use environment variables in order to pass the desired values, e.g. # PGSSLMODE= -# Configure knex to accept SSL Certificates +# Configure knex to accept SSL certificates # REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false ## Do not edit this