Revert "Added configuration options for BtcPayServer https binding. (#360)"

This reverts commit 3ac37497ab.
This commit is contained in:
nicolas.dorier
2018-10-30 00:25:05 +09:00
parent 3ac37497ab
commit 63014231ab
5 changed files with 10 additions and 41 deletions

View File

@@ -106,8 +106,6 @@ namespace BTCPayServer.Configuration
builder.AppendLine("### Server settings ###");
builder.AppendLine("#port=" + defaultSettings.DefaultPort);
builder.AppendLine("#bind=127.0.0.1");
builder.AppendLine("#httpscertificatefilepath=devtest.pfx");
builder.AppendLine("#httpscertificatefilepassword=toto");
builder.AppendLine();
builder.AppendLine("### Database ###");
builder.AppendLine("#postgres=User ID=root;Password=myPassword;Host=localhost;Port=5432;Database=myDataBase;");