Configure landing page and admin dashboard
This commit is contained in:
@@ -49,3 +49,14 @@ list:
|
||||
|
||||
delete:
|
||||
requireAuth: <%= @delete_require_auth %>
|
||||
|
||||
landing:
|
||||
enabled: <%= @landing_enabled %>
|
||||
title: "<%= @landing_title %>"
|
||||
|
||||
<% if @dashboard_enabled %>
|
||||
dashboard:
|
||||
enabled: true
|
||||
username: "<%= @dashboard_username %>"
|
||||
password: "<%= @dashboard_password %>"
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user