Skip to content

Commit

Permalink
test: fix formatting issues causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
srieteja committed Oct 5, 2023
1 parent d510aaa commit 1bcace8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/at_secondary_server/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ root_server:

# Default logger settings
log:
level: INFO
level: FINER

# The atProtocol security configurations.
security:
# To start secondary server in Secure/UnSecure mode. When [useTLS] is set to false, the secondary server starts in un-secure mode.
# When [useTLS] is set to true, the secondary server starts in secure mode. On setting [useTLS] to true, the [certificateChainLocation] and
# [privateKeyLocation] should be populated with the path's to respective certificates.
useTLS: true
certificateChainLocation: 'certs/fullchain.pem'
privateKeyLocation: 'certs/privkey.pem'
trustedCertificateLocation: '/etc/cacert/cacert.pem'
certificateChainLocation: '/home/srie/Desktop/work/at_server/tools/build_virtual_environment/ve_base/contents/atsign/secondary/base/certs/fullchain.pem'
privateKeyLocation: '/home/srie/Desktop/work/at_server/tools/build_virtual_environment/ve_base/contents/atsign/secondary/base/certs/privkey.pem'
trustedCertificateLocation: '/home/srie/Desktop/work/at_server/tools/build_virtual_environment/ve_base/contents/atsign/secondary/base/certs/cacert.pem'
clientCertificateRequired: true

# The atProtocol storage configurations
Expand Down

0 comments on commit 1bcace8

Please sign in to comment.