Revert "Rely on dotenv autoload instead of explicit call (#30007)" (#30028)

pull/29087/head
Claire 2024-04-22 16:02:24 +02:00 committed by GitHub
parent 33e829763d
commit 2ef098d01c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ require_relative '../lib/active_record/batches'
require_relative '../lib/simple_navigation/item_extensions'
require_relative '../lib/http_extensions'
Dotenv::Rails.load
Bundler.require(:pam_authentication) if ENV['PAM_ENABLED'] == 'true'
require_relative '../lib/mastodon/redis_config'