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:
parent
0e42600f36
commit
f5faf1ae17
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue