Make paths written to at runtime and secrets configurable via ENV variables
This commit is contained in:
parent
6ccd23c06a
commit
cbaed036da
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ default: &default
|
|||
|
||||
development:
|
||||
<<: *default
|
||||
database: storage/development.sqlite3
|
||||
database: <%= ENV.fetch("RAILS_DATABASE_PATH", "storage/development.sqlite3")
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue