More accessible, still not good environment based settings

This commit is contained in:
2025-09-20 18:06:18 -05:00
parent e04400d1df
commit 54f86078f5
5 changed files with 14 additions and 15 deletions
+1 -4
View File
@@ -6,10 +6,7 @@ module ApplicationHelper
end
def user_root_path
case Rails.env
when 'development' then 'https://localhost:4201/'
else 'https://user.mozo.bar/'
end
Mozo.user_url
end
def user_dynamic_data_host