4 Commits

Author SHA1 Message Date
Min Zeya Phyo
d0a607e976 Fix cloud mode: ERB secrets, Redis auth, and Redis URL
- secrets.rb: Process ERB tags in secrets.yml and use ||= to not
  overwrite existing ENV vars (was clobbering SERVER_MODE=cloud with
  literal ERB string, causing app to fall into 'application' mode
  and redirect to /en/activate)
- license.rb: Use ENV['REDIS_URL'] for all Redis.new calls instead
  of defaulting to localhost (infrastructure Redis requires auth)
- redis.yml: Use ERB to read REDIS_URL env var for production
- sidekiq.rb: Process ERB when loading redis.yml

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 23:21:46 +08:00
Thein Lin Kyaw
f2b4114ad5 change config for local server 2019-11-19 00:08:56 +06:30
git_code2lab
213644d8ef commit from production server 2019-11-15 14:17:50 +06:30
Yan
721aebccdc redis and sidekiq config 2018-01-18 11:34:32 +06:30