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
# Full path to the sqlite datatabase file. Make sure that your webserver has write access to this file. For development purposes, duplicate headstart.sqlite in server/storage/ and rename it to a filename of your choice. Enter the path to this file here.
54
-
sqlite_db = "/path/to/db.sqlite"
55
38
# PostgreSQL database
56
39
database = "databasename"
57
-
58
-
[calculation]
59
-
# Path to the RScript binary
60
-
binary = "/usr/bin/Rscript"
61
-
# Relative path from preprocessing_dir to the R script
0 commit comments