Skip to content

Commit

Permalink
updated example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-talha98 committed Feb 6, 2025
1 parent 1e87a38 commit 537bc0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ GOOGLE_REDIRECT_URI=http://localhost:3000/api/oauth/return

NODE_ENV=development
SERVER_API_PROTOCOL=http

APP_PORT=4000
APP_USE_TLS=true
APP_TLS_CERT_PATH=/etc/ssl/certs/.crt
APP_TLS_KEY_PATH=/etc/ssl/private/.key
APP_TLS_HOSTNAME=td.devflovv.com

0 comments on commit 537bc0d

Please sign in to comment.