Ignore more files and add staging database config.

This commit is contained in:
2020-08-21 19:14:50 +01:00
parent a7c80ac14e
commit e22d670933
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -27,6 +27,7 @@
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/public/packs
/public/packs-test
@@ -107,3 +108,4 @@ yarn-debug.log*
# Ignore IJ IDE directory
/.idea/
*.iml

View File

@@ -84,3 +84,7 @@ test:
production:
<<: *default
url: <%= ENV['DATABASE_URL'] %>
staging:
<<: *default
url: <%= ENV['DATABASE_URL'] %>