Allow disable devise lockable through secrets

This commit is contained in:
taitus
2023-04-05 11:38:17 +02:00
parent a1955531e1
commit 873ec84b52
4 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ http_basic_auth: &http_basic_auth
development:
http_basic_username: "dev"
http_basic_password: "pass"
devise_lockable: false
multitenancy: false
security:
last_sign_in: false
@@ -50,6 +51,7 @@ staging:
errbit_self_hosted_ssl: false
http_basic_username: ""
http_basic_password: ""
devise_lockable: false
managers_url: ""
managers_application_key: ""
multitenancy: false
@@ -89,6 +91,7 @@ preproduction:
errbit_self_hosted_ssl: false
http_basic_username: ""
http_basic_password: ""
devise_lockable: false
managers_url: ""
managers_application_key: ""
multitenancy: false
@@ -133,6 +136,7 @@ production:
errbit_self_hosted_ssl: false
http_basic_username: ""
http_basic_password: ""
devise_lockable: false
managers_url: ""
managers_application_key: ""
multitenancy: false