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

Change location of sqlite db into datadir

This commit is contained in:
Florent 2023-11-11 14:44:10 +01:00 committed by Florent F
parent 0e42600f36
commit f5faf1ae17

View file

@ -6,4 +6,5 @@ GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
GRIST_DEFAULT_LOCALE=__LANGUAGE__
GRIST_ANON_PLAYGROUND=false
REDIS_URL=redis://localhost:6379/__REDIS_DB__
GRIST_INST_DIR=__DATA_DIR__
GRIST_DATA_DIR=__DATA_DIR__/docs/
TYPEORM_DATABASE=__DATA_DIR__/home.db