Skip to content

Commit

Permalink
clean up example env
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Feb 14, 2025
2 parents 49d378d + f825a8c commit c9fb0be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ GITHUB_ENTERPRISE_PORT=optional_if_enterprise_and_non_standard
GITHUB_ENTERPRISE_PROTOCOL=optional_if_enterprise_and_non_standard
GITHUB_SCOPE=public_repo



GITLAB_CLIENT_ID=01234567890123456789
GITLAB_CLIENT_SECRET=0123456789abcdef0123456789abcdef0123456
GITLAB_SCOPE=read_user read_repository write_repository profile read_api api
Expand All @@ -29,8 +27,8 @@ GOOGLE_REDIRECT_URI=http://localhost:3000/api/oauth/return
NODE_ENV=development
SERVER_API_PROTOCOL=http

APP_PORT=4000
APP_PORT=443
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
APP_TLS_CERT_PATH=/path/to/certificate.pem
APP_TLS_KEY_PATH=/path/to/privatekey.pem
APP_TLS_HOSTNAME=server.example.com

0 comments on commit c9fb0be

Please sign in to comment.