mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 08:44:24 +01:00
Added BTG to Docker Generate
This commit is contained in:
@@ -38,7 +38,13 @@ namespace DockerGenerator
|
|||||||
CryptoFragment = "bitcoin",
|
CryptoFragment = "bitcoin",
|
||||||
CLightningFragment = "bitcoin-clightning",
|
CLightningFragment = "bitcoin-clightning",
|
||||||
},
|
},
|
||||||
};
|
new CryptoDefinition()
|
||||||
|
{
|
||||||
|
Crypto = "btg",
|
||||||
|
CryptoFragment = "bitcoingold",
|
||||||
|
CLightningFragment = null,
|
||||||
|
}
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"commandLineArgs": "pregen",
|
"commandLineArgs": "pregen",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"BTCPAYGEN_LIGHTNING": "clightning",
|
"BTCPAYGEN_LIGHTNING": "clightning",
|
||||||
|
"BTCPAYGEN_CRYPTO3": "btg",
|
||||||
"BTCPAYGEN_CRYPTO2": "ltc",
|
"BTCPAYGEN_CRYPTO2": "ltc",
|
||||||
"BTCPAYGEN_CRYPTO1": "btc",
|
"BTCPAYGEN_CRYPTO1": "btc",
|
||||||
"BTCPAYGEN_REVERSEPROXY": "nginx"
|
"BTCPAYGEN_REVERSEPROXY": "nginx"
|
||||||
|
|||||||
Reference in New Issue
Block a user