11diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
2- index c1b1247b5b08..a81437d1e1b5 100644
2+ index b210b9c412bc..900612080416 100644
33--- a/config/database.yml.postgresql
44+++ b/config/database.yml.postgresql
55@@ -26,13 +26,6 @@ production:
6- # username: git
7- # password: "secure password"
8- # host: localhost
6+ username: git
7+ password: "secure password"
8+ host: localhost
99- geo:
1010- adapter: postgresql
1111- encoding: unicode
@@ -17,9 +17,9 @@ index c1b1247b5b08..a81437d1e1b5 100644
1717 #
1818 # Development specific
1919@@ -57,13 +50,6 @@ development:
20- # host: localhost
21- # variables:
22- # statement_timeout: 15s
20+ host: localhost
21+ variables:
22+ statement_timeout: 15s
2323- geo:
2424- adapter: postgresql
2525- encoding: unicode
@@ -31,9 +31,9 @@ index c1b1247b5b08..a81437d1e1b5 100644
3131 #
3232 # Staging specific
3333@@ -84,13 +70,6 @@ staging:
34- # username: git
35- # password: "secure password"
36- # host: localhost
34+ username: git
35+ password: "secure password"
36+ host: localhost
3737- geo:
3838- adapter: postgresql
3939- encoding: unicode
@@ -44,14 +44,21 @@ index c1b1247b5b08..a81437d1e1b5 100644
4444
4545 # Warning: The database defined as "test" will be erased and
4646 # re-generated from your development database when you run "rake".
47- @@ -117,10 +96,3 @@ test: &test
48- # prepared_statements: false
49- # variables:
50- # statement_timeout: 15s
47+ @@ -117,17 +96,3 @@ test: &test
48+ prepared_statements: false
49+ variables:
50+ statement_timeout: 15s
5151- geo:
5252- adapter: postgresql
5353- encoding: unicode
5454- database: gitlabhq_geo_test
5555- username: postgres
5656- password:
5757- host: localhost
58+ - embedding:
59+ - adapter: postgresql
60+ - encoding: unicode
61+ - database: gitlabhq_embedding_test
62+ - username: postgres
63+ - password:
64+ - host: localhost
0 commit comments