mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-12-08 17:36:24 +00:00
Hide unused envvar DB_COLLATION
MySQL support was removed in https://github.com/sameersbn/docker-gitlab/pull/1961 and PostgreSQL doesn't support it anyway.
This commit is contained in:
parent
7e86b54241
commit
aa10ebcf01
@ -37,7 +37,6 @@ NGINX_HSTS_MAXAGE=${NGINX_HSTS_MAXAGE:-31536000}
|
||||
## DATABASE
|
||||
DB_ADAPTER=${DB_ADAPTER:-postgresql}
|
||||
DB_ENCODING=${DB_ENCODING:-}
|
||||
DB_COLLATION=${DB_COLLATION:-}
|
||||
DB_HOST=${DB_HOST:-}
|
||||
DB_PORT=${DB_PORT:-}
|
||||
DB_NAME=${DB_NAME:-}
|
||||
|
||||
@ -138,11 +138,9 @@ gitlab_finalize_database_parameters() {
|
||||
fi
|
||||
|
||||
# set default port number if not specified
|
||||
|
||||
DB_ENCODING=${DB_ENCODING:-unicode}
|
||||
# DB_COLLATION: Not supported for postgresql and will be removed below.
|
||||
DB_PORT=${DB_PORT:-5432}
|
||||
|
||||
DB_ENCODING=${DB_ENCODING:-unicode}
|
||||
|
||||
# set default user and database
|
||||
DB_USER=${DB_USER:-root}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user