OTS Stamping support, first pass

This commit is contained in:
kexkey
2018-11-12 12:01:01 -05:00
committed by kexkey
parent 557163f3c4
commit 830e16c12d
22 changed files with 827 additions and 264 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
#!/bin/sh
curl ${PROXY_URL}
curl ${TX_CONF_URL}
curl ${OTS_URL}

View File

@@ -1 +1,2 @@
PROXY_URL=cyphernode:8888/executecallbacks
TX_CONF_URL=cyphernode:8888/executecallbacks
OTS_URL=cyphernode:8888/ots_backoffice