mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
19 lines
771 B
Bash
19 lines
771 B
Bash
# This file is not meant to be edited.
|
|
# Please place your environment variables in __DATA_DIR__/custom.env file
|
|
APP_HOME_URL=https://__DOMAIN__
|
|
GRIST_ORG_IN_PATH=true
|
|
GRIST_SANDBOX_FLAVOR=pyodide
|
|
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive,createSite
|
|
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
|