Added BTG to Docker Generate

This commit is contained in:
vutov
2018-05-17 12:07:22 +03:00
parent a8a252915f
commit 5b6d74dc16
2 changed files with 8 additions and 1 deletions

View File

@@ -38,7 +38,13 @@ namespace DockerGenerator
CryptoFragment = "bitcoin",
CLightningFragment = "bitcoin-clightning",
},
};
new CryptoDefinition()
{
Crypto = "btg",
CryptoFragment = "bitcoingold",
CLightningFragment = null,
}
};
}
}
}

View File

@@ -5,6 +5,7 @@
"commandLineArgs": "pregen",
"environmentVariables": {
"BTCPAYGEN_LIGHTNING": "clightning",
"BTCPAYGEN_CRYPTO3": "btg",
"BTCPAYGEN_CRYPTO2": "ltc",
"BTCPAYGEN_CRYPTO1": "btc",
"BTCPAYGEN_REVERSEPROXY": "nginx"