You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create an alias with a password. Set `TEST_ALIAS` and `TEST_ALIAS_PASSWORD` to the alias and password.
35
35
1. Create an offer with 100 qty and a price of 1 SYS using `TEST_ALIAS` and set `TEST_OFFER_GUID` to the guid of the new offer.
36
36
1. Create a certificate using `TEST_ALIAS`, and set `TEST_CERT_GUID` to the guid of the new cert.
@@ -52,7 +52,7 @@ or QT debug console)
52
52
Before deploying syscoin-api for production use you will need to modify the following files:
53
53
54
54
1.`host` value in [`/api/swagger.yaml`](api/swagger.yaml)
55
-
1.`swaggerSpec.host` value located in [`../../swagger-ui/dist/swagger-spec.js`](../../swagger-ui/dist/swagger-spec.js)
55
+
1.`swaggerSpec.host` value located in [`../../swagger-ui/dist/swagger-spec.js`](https://github.com/syscoin/swagger-ui/blob/858d2b341291fd477dab4e629d93df0b16aea9a6/dist/swagger-spec.js)
56
56
1.`HOST` value in [`/spec/config.js`](spec/config.js)
57
57
58
58
In all these files modify the specified value from `localhost:8001` to `SERVERIP:8001`. Replacing `SERVERIP` with your server's
0 commit comments