Make paths written to at runtime and secrets configurable via ENV variables

This commit is contained in:
Charlotte Van Petegem 2025-05-21 13:41:33 +02:00
parent 6ccd23c06a
commit cbaed036da
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
3 changed files with 3 additions and 3 deletions

View file

@ -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".