Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
j.hoerdt
sensor2graph
Commits
bc22845b
Commit
bc22845b
authored
Jul 17, 2021
by
j.hoerdt
Browse files
switch to neo4j hosted locally
parent
d33b0ac2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/sensor2graph/Main.java
View file @
bc22845b
...
...
@@ -223,7 +223,7 @@ public class Main {
defaults
.
setProperty
(
"geocoding_cache"
,
"data/geocoding_cache/"
);
defaults
.
setProperty
(
"concurrency"
,
"10"
);
defaults
.
setProperty
(
"http_agent"
,
"Please/0.5"
);
defaults
.
setProperty
(
"neo4j_uri"
,
"bolt://
graphdb.gwdg.de:7687"
);
defaults
.
setProperty
(
"neo4j_uri"
,
"bolt://
localhost:7687"
);
defaults
.
setProperty
(
"neo4j_server_certificate_file"
,
"graphdb.gwdg.de.pem"
);
defaults
.
setProperty
(
"archive_uri"
,
"https://archive.sensor.community/"
);
defaults
.
setProperty
(
"pid_registry_uri"
,
"https://vm13.pid.gwdg.de:8000/api/handles/"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment