jmuehlner commented on code in PR #717:
URL: https://github.com/apache/guacamole-client/pull/717#discussion_r941584763
##########
guacamole-docker/bin/start.sh:
##########
@@ -251,40 +251,97 @@ environment variables or their corresponding Docker
secrets by appending _FILE
to the environment variable, and setting the value to the path of the
corresponding secret:
- POSTGRES_USER The user to authenticate as when connecting to
+ POSTGRESQL_USER The user to authenticate as when connecting to
PostgreSQL.
- POSTGRES_PASSWORD The password to use when authenticating with PostgreSQL
- as POSTGRES_USER.
+ POSTGRESQL_PASSWORD The password to use when authenticating with
PostgreSQL
+ as POSTGRESQL_USER.
- POSTGRES_DATABASE The name of the PostgreSQL database to use for Guacamole
+ POSTGRESQL_DATABASE The name of the PostgreSQL database to use for
Guacamole
authentication.
Review Comment:
The indented following lines should be aligned with the lines above, but
that's no longer the case with the addition of the extra "QL" in the variable
name.
So the following lines, like "authentication.", should all be indented by 2
additional characters so that they line up again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]