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

Update default.env

This commit is contained in:
Florent 2024-01-04 09:55:39 +01:00 committed by GitHub
parent c98a6fb2b1
commit 88178261e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
APP_HOME_URL=https://__DOMAIN__
GRIST_ORG_IN_PATH=true
GRIST_SANDBOX_FLAVOR=pyodide
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive,createSite
GRIST_DEFAULT_LOCALE=__LANGUAGE__
GRIST_ANON_PLAYGROUND=false
REDIS_URL=redis://localhost:6379/__REDIS_DB__