Panda::Core.configure do |config| # Set the user class for authentication (e.g., 'User') # config.user_class = nil # Configure authentication providers (e.g., [:devise, :jwt]) # config.authentication_providers = [] # Set the storage provider (:active_storage or :aws) # config.storage_provider = :active_storage # Set the cache store (:memory_store, :redis_cache_store, etc.) # config.cache_store = :memory_store end