## Connection information # Please be aware that the DATABASE_URL environment variable will take # precedence over the following 6 parameters. For more information, see # doc/administration/environment_variables.md
## Behavior information # The following parameters will be used even if you're using the DATABASE_URL # environment variable. encoding: <%= ENV['GITLAB_DATABASE_ENCODING'] || 'unicode' %> pool: <%= ENV['GITLAB_DATABASE_POOL'] || '10' %>