You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
308 B

---
default: &default
host: <%= ENV.include?('container_hostname')? 'ct1.lxd':'localhost' %>
database: &db-name easy-going-rails
user: *db-name
password: *db-name
adapter: postgresql
encoding: unicode
pool: 5
development:
<<: *default
test:
<<: *default
database: easy-going-rails_test