1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Add captcha option to Nginx config (#1509)

* Add captcha option to Nginx config

* Fix formatting
This commit is contained in:
Matt Gibson
2021-08-13 09:52:26 -04:00
committed by GitHub
parent 824645250e
commit 6d18f44029
3 changed files with 15 additions and 0 deletions

View File

@ -37,6 +37,9 @@ namespace Bit.Setup
"Learn more: https://docs.docker.com/compose/compose-file/compose-versioning/")]
public string ComposeVersion { get; set; }
[Description("Configure Nginx for Captcha.")]
public bool Captcha { get; set; } = false;
[Description("Configure Nginx for SSL.")]
public bool Ssl { get; set; } = true;