rm password field from settings

This commit is contained in:
Aravinth Manivannan 2021-10-14 21:52:09 +05:30
parent 2282208970
commit aa6b17bc51
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
debug = true
allow_registration = true
source_code = "https://github.com/mcaptcha/survey"
password = "password"
default_campaign = "b6b261fa-3ef9-4d7f-8852-339b8f81bb01"
[server]

View File

@ -81,7 +81,6 @@ pub struct Settings {
pub database: Database,
pub server: Server,
pub source_code: String,
pub password: String,
pub default_campaign: String,
}