module Settings module GiteaSettings extend ActiveSupport::Concern included do field :gitea_public_url, type: :string, default: ENV["GITEA_PUBLIC_URL"].presence field :gitea_enabled, type: :boolean, default: ENV["GITEA_PUBLIC_URL"].present? end end end