summaryrefslogtreecommitdiff
path: root/config/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/database.yml b/config/database.yml
index f421bef..9888fe9 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -10,7 +10,7 @@ default: &default
development:
<<: *default
database: redstoner-web
- username: root
+ username: web
production:
<<: *default
@@ -24,4 +24,4 @@ test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
- timeout: 5000 \ No newline at end of file
+ timeout: 5000