Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ development:
usps_upload_sftp_username: 'brady'
usps_upload_sftp_password: 'test'
usps_upload_token: '123ABC'
webauthn_enabled: true
webauthn_enabled: 'true'

# These values serve as defaults for all production-like environments, which
# includes *.identitysandbox.gov and *.login.gov.
Expand Down Expand Up @@ -304,7 +304,7 @@ production:
usps_upload_sftp_username:
usps_upload_sftp_password:
usps_upload_token:
webauthn_enabled: false
webauthn_enabled: 'false'

test:
aamva_cert_enabled: 'true'
Expand Down Expand Up @@ -420,4 +420,4 @@ test:
usps_upload_sftp_username: 'user'
usps_upload_sftp_password: 'pass'
usps_upload_token: 'test_token'
webauthn_enabled: true
webauthn_enabled: 'true'