Skip to content

Commit 61e557c

Browse files
committed
rails_apps_composer file: tweak PostgreSQL database config
1 parent 1a25af0 commit 61e557c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/config/database-postgresql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ development:
1919
pool: 5
2020
username: myapp
2121
password:
22+
template: template0
2223

2324
# Connect on a TCP socket. Omitted by default since the client uses a
2425
# domain socket that doesn't need configuration. Windows does not have
@@ -45,6 +46,7 @@ test:
4546
pool: 5
4647
username: myapp
4748
password:
49+
template: template0
4850

4951
production:
5052
adapter: postgresql
@@ -53,3 +55,4 @@ production:
5355
pool: 5
5456
username: myapp
5557
password:
58+
template: template0

0 commit comments

Comments
 (0)