mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Put database.yml into the code base
It works by default, we have a mechanism to configure it (dotenv.example) and we want to be a 12factor app, right? Let's do this...
This commit is contained in:
parent
a0b79c7789
commit
f8b7233404
8 changed files with 22 additions and 55 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,7 +2,6 @@
|
|||
config/application.rb
|
||||
config/config.yml
|
||||
config/secrets.yml
|
||||
config/database.yml
|
||||
config/piwik.yml
|
||||
/vendor/cache
|
||||
/vendor/cache-old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue