Skip to content

Commit

Permalink
Initial project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-sapate committed Feb 15, 2020
2 parents 63048a8 + 41de910 commit c0d63cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ default: &default
development:
<<: *default
database: after_life_development
user: 'postgres'
password: 'root'
host: localhost

# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
Expand Down Expand Up @@ -58,6 +61,9 @@ development:
test:
<<: *default
database: after_life_test
user: 'postgres'
password: 'root'
host: localhost

# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand Down

0 comments on commit c0d63cf

Please sign in to comment.