mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 15:24:20 +01:00
Revert "Merge pull request #72 from Kukks/feature/mysql"
This reverts commita187899945, reversing changes made tod7241f0d0f.
This commit is contained in:
@@ -17,12 +17,6 @@ namespace DockerGenerator
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string SelectedDatabase
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string SelectedLN
|
||||
{
|
||||
get;
|
||||
@@ -45,7 +39,6 @@ namespace DockerGenerator
|
||||
continue;
|
||||
composition.SelectedCryptos.Add(selectedCrypto.ToLowerInvariant());
|
||||
}
|
||||
composition.SelectedDatabase = (Environment.GetEnvironmentVariable("BTCPAYGEN_DATABASE") ?? "postgtres").ToLowerInvariant();
|
||||
composition.SelectedProxy = (Environment.GetEnvironmentVariable("BTCPAYGEN_REVERSEPROXY") ?? "").ToLowerInvariant();
|
||||
composition.SelectedLN = (Environment.GetEnvironmentVariable("BTCPAYGEN_LIGHTNING") ?? "").ToLowerInvariant();
|
||||
composition.AdditionalFragments = (Environment.GetEnvironmentVariable("BTCPAYGEN_ADDITIONAL_FRAGMENTS") ?? "").ToLowerInvariant()
|
||||
|
||||
Reference in New Issue
Block a user