diff --git a/config/database.yml b/config/database.yml index abcb0f4..cfc1d90 100644 --- a/config/database.yml +++ b/config/database.yml @@ -8,8 +8,7 @@ development: encoding: utf8 database: crossey pool: 5 - username: crossey - password: crossey + username: root host: 127.0.0.1 # Warning: The database defined as "test" will be erased and diff --git a/config/deploy.rb b/config/deploy.rb index 0457398..2874ff5 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -5,7 +5,7 @@ set :application, 'crossey_app' set :user, 'web' set :scm_user, "git" -set :scm_host, "gitlab.bally.me" +set :scm_host, "git.nicolasbally.com"