summaryrefslogtreecommitdiff
path: root/config/database.yml.example
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-05-18 22:26:24 -0700
committermo khan <mo@mokhan.ca>2015-05-18 22:26:24 -0700
commitd292c583ca06a09fefcd986eb8d4198b4f69629a (patch)
treecd00bf1c43ed48db1c4face0f83ded1b0aa722ff /config/database.yml.example
parentcd3ecce613edcd490d91d54292410ece9045042d (diff)
upgrade site to stronglifters.
Diffstat (limited to 'config/database.yml.example')
-rw-r--r--config/database.yml.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
index 5973f26..17958e4 100644
--- a/config/database.yml.example
+++ b/config/database.yml.example
@@ -23,13 +23,13 @@ default: &default
development:
<<: *default
- database: app_development
+ database: stronglifters_development
# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user that initialized the database.
- #username: app
+ #username: stronglifters
# The password associated with the postgres role (username).
#password:
@@ -57,7 +57,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
- database: app_test
+ database: stronglifters_test
# As with config/secrets.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
@@ -80,6 +80,6 @@ test:
#
production:
<<: *default
- database: app_production
- username: app
+ database: stronglifters_production
+ username: stronglifters
password: <%= ENV['APP_DATABASE_PASSWORD'] %>