Tidy up homepage and navigation
This commit is contained in:
@@ -18,7 +18,10 @@ postgres_default: &postgres_default
|
||||
development:
|
||||
primary:
|
||||
<<: *postgres_default
|
||||
database: baffle_hub_development
|
||||
host: localhost
|
||||
user: dev_user
|
||||
password: password
|
||||
database: baffle-dev
|
||||
cache:
|
||||
<<: *sqlite_default
|
||||
database: storage/development_cache.sqlite3
|
||||
@@ -66,4 +69,4 @@ production:
|
||||
cable:
|
||||
<<: *sqlite_default
|
||||
database: storage/production_cable.sqlite3
|
||||
migrations_paths: db/cable_migrate
|
||||
migrations_paths: db/cable_migrate
|
||||
|
||||
Reference in New Issue
Block a user