2023-11-25 15:12:24 +01:00
|
|
|
# This file is not meant to be edited.
|
|
|
|
# Please place your environment variables in __DATA_DIR__/custom.env file
|
2023-11-11 12:15:47 +01:00
|
|
|
APP_HOME_URL=https://__DOMAIN__
|
|
|
|
GRIST_ORG_IN_PATH=true
|
2023-11-16 08:57:31 +01:00
|
|
|
GRIST_SANDBOX_FLAVOR=pyodide
|
2024-01-04 09:55:39 +01:00
|
|
|
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive,createSite
|
2023-11-11 12:15:47 +01:00
|
|
|
GRIST_DEFAULT_LOCALE=__LANGUAGE__
|
|
|
|
GRIST_ANON_PLAYGROUND=false
|
|
|
|
REDIS_URL=redis://localhost:6379/__REDIS_DB__
|
2023-11-11 14:44:10 +01:00
|
|
|
GRIST_DATA_DIR=__DATA_DIR__/docs/
|
|
|
|
TYPEORM_DATABASE=__DATA_DIR__/home.db
|
2023-11-12 21:19:31 +01:00
|
|
|
PORT=__PORT__
|
2023-11-16 08:57:31 +01:00
|
|
|
|
|
|
|
# Authentication
|
2023-11-20 12:31:21 +01:00
|
|
|
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
|
2023-11-16 08:57:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
GRIST_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json
|