Skip to content

Ignore Connection Password

Key: connection.ignorePassword

Env Var: CONNECTION_IGNOREPASSWORD

Default: false

Scope: Global

Description: Setting this option will cause QIE to not use the password in the connection to the database. This is used when implementing alternatives to username/password authentication.

Examples

Env Var

CONNECTION_IGNOREPASSWORD=true

Java Option

-Dconnection.ignorePassword=true

YAML

CONNECTION_IGNOREPASSWORD: true