16 lines
663 B
Bash
16 lines
663 B
Bash
# Neo4J Settings
|
|
# NEO4J_USERNAME='neo4j'
|
|
# NEO4J_PASSWORD='letmein'
|
|
|
|
# Import Settings
|
|
# On Windows this resolves to C:\Users\dornhoeschen\AppData\Local\Temp\mongo-export (MinGW)
|
|
IMPORT_PATH='/tmp/mongo-export/'
|
|
IMPORT_CHUNK_PATH='/tmp/mongo-export/splits/'
|
|
|
|
IMPORT_CHUNK_PATH_CQL='/tmp/mongo-export/splits/'
|
|
# On Windows this path needs to be windows style since the cypher-shell runs native - note the forward slash
|
|
# IMPORT_CHUNK_PATH_CQL='C:/Users/dornhoeschen/AppData/Local/Temp/mongo-export/splits/'
|
|
|
|
IMPORT_CYPHERSHELL_BIN='cypher-shell'
|
|
# On Windows use something like this
|
|
# IMPORT_CYPHERSHELL_BIN='C:\Program Files\neo4j-community\bin\cypher-shell.bat' |