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

pull/30027/head
Matt Jankowski 2024-04-22 04:31:20 -04:00 committed by GitHub
parent a15139bc02
commit 18737aad49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ 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'