@ -38,7 +38,13 @@ namespace DockerGenerator
CryptoFragment = "bitcoin",
CLightningFragment = "bitcoin-clightning",
},
};
new CryptoDefinition()
{
Crypto = "btg",
CryptoFragment = "bitcoingold",
CLightningFragment = null,
}
@ -5,6 +5,7 @@
"commandLineArgs": "pregen",
"environmentVariables": {
"BTCPAYGEN_LIGHTNING": "clightning",
"BTCPAYGEN_CRYPTO3": "btg",
"BTCPAYGEN_CRYPTO2": "ltc",
"BTCPAYGEN_CRYPTO1": "btc",
"BTCPAYGEN_REVERSEPROXY": "nginx"