File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
examples/integration-scripts Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ import signify, {
9
9
10
10
const URL = 'http://127.0.0.1:3901' ;
11
11
const BOOT_URL = 'http://127.0.0.1:3903' ;
12
- const SCHEMA_SAID = 'EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao' ;
13
12
const WITNESS_HOST = process . env . WITNESS_HOST ?? 'witness-demo' ;
14
13
const WITNESSES = [ `http://${ WITNESS_HOST } :5642/oobi` ] ;
15
- const SCHEMA_OOBI =
16
- 'http://vlei-server:7723/oobi/EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao' ;
14
+
15
+ const SCHEMA_HOST = process . env . SCHEMA_HOST ?? 'vlei-server' ;
16
+ const SCHEMA_SAID = 'EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao' ;
17
+ const SCHEMA_OOBI = `http://${ SCHEMA_HOST } :7723/oobi/${ SCHEMA_SAID } ` ;
17
18
18
19
function createTimestamp ( ) {
19
20
const dt = new Date ( ) . toISOString ( ) . replace ( 'Z' , '000+00:00' ) ;
You can’t perform that action at this time.
0 commit comments