Skip to content
Snippets Groups Projects
Verified Commit acc650d4 authored by Dennis Collaris's avatar Dennis Collaris
Browse files

chore: update default protocol to neo4j+s://

parent dc9d5299
No related branches found
No related tags found
1 merge request!433chore: update default protocol to neo4j+s://
Pipeline #145467 passed
......@@ -12,7 +12,7 @@ export const INITIAL_SAVE_STATE: PartialSaveState = {
password: 'DevOnlyPass',
url: 'localhost',
port: 7687,
protocol: 'neo4j://',
protocol: 'neo4j+s://',
internalDatabaseName: 'neo4j',
type: DatabaseType.Neo4j,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment