From 1bcace89c2689243b0f5b3a169f6116a0ac51a98 Mon Sep 17 00:00:00 2001 From: Srie Teja Date: Fri, 6 Oct 2023 03:36:13 +0530 Subject: [PATCH] test: fix formatting issues causing tests to fail --- packages/at_secondary_server/config/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/at_secondary_server/config/config.yaml b/packages/at_secondary_server/config/config.yaml index 4b27f99e4..6af01548d 100644 --- a/packages/at_secondary_server/config/config.yaml +++ b/packages/at_secondary_server/config/config.yaml @@ -9,7 +9,7 @@ root_server: # Default logger settings log: - level: INFO + level: FINER # The atProtocol security configurations. security: @@ -17,9 +17,9 @@ security: # 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