Skip to content
Snippets Groups Projects
Commit 201e4fc9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'update_database_template' into 'master'

Update Database Example files

Both example files should have database user `gitlab_ci` as noted in the installation document.
parents 6c375315 b36b41e9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,7 +7,7 @@ production:
reconnect: false
database: gitlab_ci_production
pool: 5
username: root
username: gitlab_ci
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
Loading
Loading
@@ -21,7 +21,7 @@ development:
reconnect: false
database: gitlab_ci_development
pool: 5
username: root
username: gitlab_ci
password: "secure password"
# socket: /tmp/mysql.sock
 
Loading
Loading
@@ -34,6 +34,6 @@ test: &test
reconnect: false
database: gitlab_ci_test
pool: 5
username: root
username: gitlab_ci
password:
# socket: /tmp/mysql.sock
Loading
Loading
@@ -7,7 +7,7 @@ production:
database: gitlab_ci_production
pool: 5
username: gitlab_ci
password:
password: "secure password"
# host: localhost
# port: 5432
# socket: /tmp/postgresql.sock
Loading
Loading
@@ -21,7 +21,7 @@ development:
database: gitlab_ci_development
pool: 5
username: postgres
password:
password: "secure password"
# socket: /tmp/postgresql.sock
 
# Warning: The database defined as "test" will be erased and
Loading
Loading
@@ -33,5 +33,5 @@ test: &test
database: gitlab_ci_test
pool: 5
username: postgres
password:
password: "secure password"
# socket: /tmp/postgresql.sock
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment