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