Add reticulum toml configs for extra html

This commit is contained in:
Brian Peiris 2020-03-09 17:27:23 -07:00
Родитель c1a483ef72
Коммит 0a2ba84798
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -154,6 +154,20 @@ child_src = "{{ extra_csp_child_src }}"
worker_src = "{{ extra_csp_worker_src }}"
manifest_src = "{{ extra_csp_manifest_src }}"
[extra_html]
{% if extra_index_html is defined %}
extra_index_html = "{{ extra_index_html }}"
{% endif %}
{% if extra_scene_html is defined %}
extra_scene_html = "{{ extra_scene_html }}"
{% endif %}
{% if extra_avatar_html is defined %}
extra_avatar_html = "{{ extra_avatar_html }}"
{% endif %}
{% if extra_room_html is defined %}
extra_room_html = "{{ extra_room_html }}"
{% endif %}
[email]
{% if mailer_server is defined %}
server = "{{ mailer_server }}"