Skip to content

Commit

Permalink
Generalize webcert locations
Browse files Browse the repository at this point in the history
Signed-off-by: Angelica Ochoa <15623749+ao508@users.noreply.github.com>
  • Loading branch information
ao508 committed May 22, 2024
1 parent 4e8ed70 commit b109f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"graphql": "^16.5.0"
},
"scripts": {
"start": "HTTPS=true SSL_CRT_FILE=../.cert/smile-dashboard-web-cert.pem SSL_KEY_FILE=../.cert/smile-dashboard-web-key.pem react-scripts start",
"start": "HTTPS=true SSL_CRT_FILE=${SMILE_CONFIG_HOME}/resources/smile-dashboard/smile-dashboard-web-cert.pem SSL_KEY_FILE=${SMILE_CONFIG_HOME}/resources/smile-dashboard/smile-dashboard-web-key.pem react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down

0 comments on commit b109f49

Please sign in to comment.