aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'railties/configs/database.yml')
-rw-r--r--railties/configs/database.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/configs/database.yml b/railties/configs/database.yml
index e8977ea352..b72fd61bc7 100644
--- a/railties/configs/database.yml
+++ b/railties/configs/database.yml
@@ -1,6 +1,6 @@
development:
adapter: mysql
- database: rails_development
+ database: <%= app_name %>_development
host: localhost
username: root
password:
@@ -12,14 +12,14 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: mysql
- database: rails_test
+ database: <%= app_name %>_test
host: localhost
username: root
password:
production:
adapter: mysql
- database: rails_production
+ database: <%= app_name %>_production
host: localhost
username: root
password: