We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4502cc4 commit e0f4593Copy full SHA for e0f4593
spec/dummy/config/database.sample.yml renamed to spec/dummy/config/database.yml.sample
spec/dummy/config/database.yml.semaphore
@@ -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
16
+ database: wf_test
0 commit comments