Skip to content
Snippets Groups Projects
Commit c3c7cfb2 authored by Leonardo Christino's avatar Leonardo Christino Committed by Scott
Browse files

fix: all demo databases should use ssl

parent b7eb2fd9
No related branches found
Tags v1.70.1
No related merge requests found
......@@ -30,7 +30,7 @@ export const mockDatabases = [
password: 'northwind',
url: 'demo.neo4jlabs.com',
port: 7687,
protocol: 'neo4j://',
protocol: 'neo4j+s://',
internal_database_name: 'northwind',
type: DatabaseType.Neo4j,
},
......@@ -41,7 +41,7 @@ export const mockDatabases = [
password: 'fincen',
url: 'demo.neo4jlabs.com',
port: 7687,
protocol: 'neo4j://',
protocol: 'neo4j+s://',
internal_database_name: 'fincen',
type: DatabaseType.Neo4j,
},
......@@ -52,7 +52,7 @@ export const mockDatabases = [
password: 'slack',
url: 'demo.neo4jlabs.com',
port: 7687,
protocol: 'neo4j://',
protocol: 'neo4j+s://',
internal_database_name: 'slack',
type: DatabaseType.Neo4j,
},
......@@ -63,7 +63,7 @@ export const mockDatabases = [
password: 'gameofthrones',
url: 'demo.neo4jlabs.com',
port: 7687,
protocol: 'neo4j://',
protocol: 'neo4j+s://',
internal_database_name: 'gameofthrones',
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