mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
Revert "Use APP_HOME_INTERNAL_URL for features like copying documents"
This reverts commit 309d97f921
.
This commit is contained in:
parent
18c4f5eb24
commit
7fec378df2
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# This file is not meant to be edited.
|
# This file is not meant to be edited.
|
||||||
# Please place your environment variables in __DATA_DIR__/custom.env file
|
# Please place your environment variables in __DATA_DIR__/custom.env file
|
||||||
APP_HOME_URL=https://__DOMAIN__
|
APP_HOME_URL=https://__DOMAIN__
|
||||||
APP_HOME_INTERNAL_URL=http://localhost:__PORT__
|
|
||||||
GRIST_ORG_IN_PATH=true
|
GRIST_ORG_IN_PATH=true
|
||||||
GRIST_SANDBOX_FLAVOR=pyodide
|
GRIST_SANDBOX_FLAVOR=pyodide
|
||||||
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
|
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
|
||||||
|
@ -16,5 +15,5 @@ PORT=__PORT__
|
||||||
GRIST_FORWARD_AUTH_HEADER=Email
|
GRIST_FORWARD_AUTH_HEADER=Email
|
||||||
GRIST_IGNORE_SESSION=0 # SSOWat Removes the authentication headers: https://github.com/YunoHost/SSOwat/blob/38a6f23f3805a098b4ab757ff002f3a5fb3c377a/helpers.lua#L422-L425
|
GRIST_IGNORE_SESSION=0 # SSOWat Removes the authentication headers: https://github.com/YunoHost/SSOwat/blob/38a6f23f3805a098b4ab757ff002f3a5fb3c377a/helpers.lua#L422-L425
|
||||||
|
|
||||||
# Widget iist
|
|
||||||
GRIST_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json
|
GRIST_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json
|
||||||
|
|
Loading…
Reference in a new issue