Skip to content

Commit 0f15b2f

Browse files
committed
update client version
1 parent 58aac15 commit 0f15b2f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ packages/tdb-dashboard/cypress/integration/2-advanced-examples
1212
node_modules/
1313
lerna-debug.log
1414
packages/tdb-dashboard/local_file
15-
*.DS_Store
15+
*.DS_Store
16+
17+
packages/tdb-dashboard/cypress.config_local.js

packages/tdb-dashboard/cypress.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
module.exports = {
2-
env: {
3-
"MAILSLURP_API_KEY": "134d181528f7c1d7d730894948b5ea9faa117c4b8a580e1cbd805a93ce27a9e7",
4-
"COLLABORATOR_USER":"[email protected]",
5-
"COLLABORATOR_PASS":"[email protected]",
6-
"OWNER_PASS": "GEHEHUWBZBSBVD&#*JSHHDHBSHBNJ",
7-
"NEW_PASS" : "6789UWBZBSBVD&#*JSHHDHBSHBNJ"},
2+
env:{},
83
defaultCommandTimeout: 120000,
94
responseTimeout: 120000,
105
requestTimeout: 120000,
@@ -15,7 +10,7 @@ module.exports = {
1510
setupNodeEvents(on, config) {
1611
return require('./cypress/plugins/index.js')(on, config)
1712
},
18-
baseUrl: 'https://dashboard.terminusdb.com/',
13+
baseUrl: 'https://dashboard-dev.terminusdb.com/',
1914

2015

2116
},

0 commit comments

Comments
 (0)