Fix local/development RS auth URL
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-27 16:09:32 +04:00
parent fb054ae455
commit 646c95ecc2
3 changed files with 7 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ module Settings
field :remotestorage_enabled, type: :boolean,
default: ENV["RS_STORAGE_URL"].present?
field :rs_accounts_domain, type: :string,
default: ENV["RS_AKKOUNTS_DOMAIN"] || ENV["AKKOUNTS_DOMAIN"]
field :rs_storage_url, type: :string,
default: ENV["RS_STORAGE_URL"].presence