Skip to content

Commit abaaaf1

Browse files
committed
semaphore db fix
1 parent 3f42eb0 commit abaaaf1

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
defaults: &defaults
22
adapter: postgresql
33
encoding: unicode
4-
username: username
4+
username: postgres
5+
password: postgres
56
host: localhost
67
port: 5432
7-
pool: 14
8-
reaping_frequency: 10
98

10-
development:
9+
test:
1110
<<: *defaults
12-
database: wf_def
13-
14-
test: &test
15-
<<: *defaults
16-
database: wf_test
11+
database: wf_test

0 commit comments

Comments
 (0)