Skip to content

Commit 3d83c05

Browse files
authored
rest-gw: Fix listening endpoint config (#82)
2 parents 13786b8 + a834998 commit 3d83c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-gw/rest.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ REST_GW_WALLET_PATH=/config/wallet-rest.json
22
REST_GW_WALLET_PASSPHRASE=one
33
REST_GW_WALLET_ADDRESS=NPFCqWHfi9ixCJRu7DABRbVfXRbkSEr9Vo
44
REST_GW_POOL_PEERS_0_ADDRESS=localhost:8080
5-
REST_GW_SERVER_LISTEN_ADDRESS=0.0.0.0:8090
5+
REST_GW_SERVER_ENDPOINTS_0_ADDRESS=0.0.0.0:8090

0 commit comments

Comments
 (0)