Database config
This commit is contained in:
+7
-3
@@ -1,6 +1,4 @@
|
|||||||
# PostgreSQL version 9.0
|
defaults: &defaults
|
||||||
# gem install pg
|
|
||||||
development:
|
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
database: beathaven
|
database: beathaven
|
||||||
host: 192.168.0.128
|
host: 192.168.0.128
|
||||||
@@ -8,3 +6,9 @@ development:
|
|||||||
password: password
|
password: password
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
|
development:
|
||||||
|
<<: *defaults
|
||||||
|
|
||||||
|
production:
|
||||||
|
<<: *defaults
|
||||||
Reference in New Issue
Block a user