1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00
grist_ynh/conf/default.env

20 lines
771 B
Bash
Raw Normal View History

# 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
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__
GRIST_DATA_DIR=__DATA_DIR__/docs/
TYPEORM_DATABASE=__DATA_DIR__/home.db
PORT=__PORT__
# Authentication
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_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json