mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Set direct connect false
This commit is contained in:
parent
7c69f7a181
commit
eb9f0e8df8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
exports.config = {
|
||||
baseUrl: 'http://localhost:8080/',
|
||||
directConnect: true,
|
||||
// directConnect: true,
|
||||
chromeOnly: true,
|
||||
capabilities: {
|
||||
browserName: 'chrome',
|
||||
|
|
|
|||
Loading…
Reference in a new issue