initial commit
Some checks failed
CI / scan_ruby (push) Failing after 22s
CI / lint (push) Failing after 18s

This commit is contained in:
Etienne Ischer
2025-05-02 21:01:14 +02:00
commit 3a90962554
68 changed files with 1788 additions and 0 deletions

16
config/cache.yml Normal file
View File

@@ -0,0 +1,16 @@
default: &default
store_options:
# Cap age of oldest cache entry to fulfill retention policies
# max_age: <%= 60.days.to_i %>
max_size: <%= 256.megabytes %>
namespace: <%= Rails.env %>
development:
<<: *default
test:
<<: *default
production:
database: cache
<<: *default