rm password field from settings
This commit is contained in:
parent
2282208970
commit
aa6b17bc51
2 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -81,7 +81,6 @@ pub struct Settings {
|
|||
pub database: Database,
|
||||
pub server: Server,
|
||||
pub source_code: String,
|
||||
pub password: String,
|
||||
pub default_campaign: String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue