mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 21:25:06 +01:00
OTS Stamping support, first pass
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
## Configure your container by modifying `env.properties` file
|
||||
|
||||
```properties
|
||||
PROXY_URL=cyphernode:8888/executecallbacks
|
||||
TX_CONF_URL=cyphernode:8888/executecallbacks
|
||||
OTS_URL=cyphernode:8888/ots_backoffice
|
||||
```
|
||||
|
||||
## Building docker image
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl ${PROXY_URL}
|
||||
curl ${TX_CONF_URL}
|
||||
curl ${OTS_URL}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
PROXY_URL=cyphernode:8888/executecallbacks
|
||||
TX_CONF_URL=cyphernode:8888/executecallbacks
|
||||
OTS_URL=cyphernode:8888/ots_backoffice
|
||||
|
||||
Reference in New Issue
Block a user