Add the ability to override the IPFS port that nginx connects to

This allows us to use the API proxy from the cluster
This commit is contained in:
Greg Karékinian
2018-08-16 15:59:44 +02:00
parent f31322ab81
commit 2f87e7c07c
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# Override to connect to the IPFS cluster proxy on port 9095
# (https://cluster.ipfs.io/documentation/composite-clusters/)
node.default['kosmos-ipfs']['nginx']['api_port'] = 5001