Add separate config for RS Redis

This commit is contained in:
Râu Cao
2023-07-14 15:27:30 +02:00
parent d9b39b36fb
commit 4d88a40109
6 changed files with 15 additions and 3 deletions

View File

@@ -11,7 +11,11 @@
<% if Setting.remotestorage_enabled? %>
<%= render FormElements::FieldsetResettableSettingComponent.new(
key: :rs_storage_url,
title: "Storage URL"
title: "Storage Base URL"
) %>
<%= render FormElements::FieldsetResettableSettingComponent.new(
key: :rs_redis_url,
title: "Redis URL"
) %>
<% end %>
</ul>