21 lines
539 B
Plaintext
21 lines
539 B
Plaintext
|
{% if grist_app_home_url is defined %}
|
||
|
APP_HOME_URL={{ grist_app_home_url }}
|
||
|
{% endif %}
|
||
|
|
||
|
{% if grist_hide_ui_elements is defined %}
|
||
|
GRIST_HIDE_UI_ELEMENTS={{ grist_hide_ui_elements }}
|
||
|
{% endif %}
|
||
|
|
||
|
GRIST_PAGE_TITLE_SUFFIX={{ grist_page_title_suffix }}
|
||
|
|
||
|
GRIST_WIDGET_LIST_URL={{ grist_widgets_list_url }}
|
||
|
|
||
|
{% if grist_single_org is defined %}
|
||
|
GRIST_SINGLE_ORG={{ grist_single_org }}
|
||
|
{% endif %}
|
||
|
|
||
|
{% if grist_custom_css is defined %}
|
||
|
APP_STATIC_INCLUDE_CUSTOM_CSS={{ grist_custom_css }}
|
||
|
{% endif %}
|
||
|
|
||
|
GRIST_FORCE_LOGIN={{ grist_force_login }}
|