Skip to content

Commit e0f4593

Browse files
committed
semaphore
1 parent 4502cc4 commit e0f4593

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
defaults: &defaults
2+
adapter: postgresql
3+
encoding: unicode
4+
username: username
5+
host: localhost
6+
port: 5432
7+
pool: 14
8+
reaping_frequency: 10
9+
10+
development:
11+
<<: *defaults
12+
database: wf_def
13+
14+
test: &test
15+
<<: *defaults
16+
database: wf_test

0 commit comments

Comments
 (0)