21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 23:10:49 +02:00

.gitignore: added config/database.yml, replaced by database.example.yml

This commit is contained in:
Colin Darie 2018-05-23 14:45:48 +02:00
parent a8a099cf31
commit e210101127
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -24,6 +24,7 @@
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/database.yml
/public/packs
/public/packs-test
/node_modules

View file

@ -27,6 +27,7 @@ development:
test:
<<: *default
database: chexpire_test
url: <%= ENV['DATABASE_URL'] %>
# 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