You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.template
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
DISABLE_DISPLAY_KEYS=false # if true, the display keys will not be shown in the frontend
6
6
EXEC_PYTHON_IN_SUBPROCESS=false # if true, the python code will be executed in a subprocess to avoid crashing the main app, but it will increase the time of response
7
7
8
+
LOCAL_DB_DIR= # the directory to store the local database, if not provided, the app will use the temp directory
0 commit comments