/
Dmitry-F
/
cbt_tool
Обзор
Документация
Войти
/
Dmitry-F
/
cbt_tool
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
config/cache.yml
16 строк
300 B
Dmitriy-Filatov
Initial commit: CBT Therapist Tool with Therapist and Client models
11 фев 2026, 02:47
11 фев 2026, 02:47
62defea
Код
Авторство
О чём код?
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