diff --git a/config/database.yml b/config/database.yml index a96aa1f..6c59be4 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,7 +1,7 @@ --- default: &default - host: <%= ENV.include?('container_hostname')? 'ct1.lxd':'localhost' %> + host: <%= ENV.include?('container_hostname')? 'ct1.lxd':'localhost' %> # MIAOU awareness database: &db_name easy-going-rails user: *db_name password: *db_name