Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Issue378 fix, change env-sample to correctly point to certificates in…
Browse files Browse the repository at this point in the history
… ssl folder

Signed-off-by: Sachin Naik <[email protected]>
  • Loading branch information
odttlnt committed Mar 25, 2022
1 parent 195d381 commit 9dd1972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cra-client/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# requires use of HTTPS protocol
HTTPS=true
# location of cert file in codebase, required to properly use HTTPS locally
SSL_CRT_FILE=../../ssl/keys/server.cert\
SSL_CRT_FILE=../ssl/keys/server.cert
# location of key file in codebase, required to properly use HTTPS locally
SSL_KEY_FILE=../../ssl/keys/server.key
SSL_KEY_FILE=../ssl/keys/server.key

0 comments on commit 9dd1972

Please sign in to comment.