mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 22:14:26 +01:00
Added BTG to Docker Generate
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user