forked from kristjan/cjvt-valency
Added gigafida to file creation
This commit is contained in:
6
Makefile
6
Makefile
@@ -24,9 +24,9 @@ SSKJ_JSON = "$(MAKE_ROOT)/data/sskj_senses.json"
|
||||
# for pre-generation the index of all headwords and functors
|
||||
APPINDEX_PATH = "$(MAKE_ROOT)/data/appindex.json"
|
||||
|
||||
OUTPUT = "db"
|
||||
# OUTPUT = "file"
|
||||
OUTDIR = "/tmp/three" # if you're running this in docker, make sure to mount the volume
|
||||
# OUTPUT = "db"
|
||||
OUTPUT = "file"
|
||||
OUTDIR = "/project/data" # if you're running this in docker, make sure to mount the volume
|
||||
DBADDR = "0.0.0.0:27017" # don't use localhost
|
||||
|
||||
# credentials from .gitignored file
|
||||
|
||||
Reference in New Issue
Block a user