1
0

Merge pull request #13 from lclc/ftc

Add FTC to docker-compose-generator
This commit is contained in:
Nicolas Dorier
2018-06-18 18:54:17 +09:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
"commandLineArgs": "pregen", "commandLineArgs": "pregen",
"environmentVariables": { "environmentVariables": {
"BTCPAYGEN_LIGHTNING": "clightning", "BTCPAYGEN_LIGHTNING": "clightning",
"BTCPAYGEN_CRYPTO4": "ftc",
"BTCPAYGEN_CRYPTO3": "btg", "BTCPAYGEN_CRYPTO3": "btg",
"BTCPAYGEN_CRYPTO2": "ltc", "BTCPAYGEN_CRYPTO2": "ltc",
"BTCPAYGEN_CRYPTO1": "btc", "BTCPAYGEN_CRYPTO1": "btc",
@@ -12,4 +13,4 @@
} }
} }
} }
} }