Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Make urls generic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faiez Zalila committed Mar 30, 2020
1 parent c291ab2 commit d2b241e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tests/lib/config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module.exports = {
AdminerUrl: 'http://adminer.newtech4steel.cetic.be',
NifiUrl: 'http://nifi.newtech4steel.cetic.be',
GrafanaUrl: 'http://grafana.newtech4steel.cetic.be',
// /builds/newtech4steel/setup/tests/files/basic_example_final_template.xml
NifiTemplatePath: '/home/fadi/tests/files/basic_example_final_template.xml',
// '/builds/newtech4steel/setup/tests/files/basic_example_final_template.xml'
GrafanaDashboardPath: '/home/fadi/tests/files/USERGUIDE_Dashboard-1581604268718.json',
//
AdminerUrl: 'http://adminer.test.fadi.cetic.be',
NifiUrl: 'http://nifi.test.fadi.cetic.be',
GrafanaUrl: 'http://grafana.test.fadi.cetic.be',
NifiTemplatePath: '../tests/files/basic_example_final_template.xml',
GrafanaDashboardPath: '../tests/files/USERGUIDE_Dashboard-1581604268718.json',
isHeadless: false,
slowMo: 100,
isDevtools: false,
Expand Down

0 comments on commit d2b241e

Please sign in to comment.