-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
standardize the code between multiple nodejs repos
- Loading branch information
1 parent
8514535
commit c787ffb
Showing
9 changed files
with
136 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Port No. of this Service | ||
SERVICE_PORT=3000 | ||
|
||
# SSL Certificate (Self Signed or Registered) | ||
# Path to .key file | ||
CERTIFICATE_SSL_KEY=certs/example.key | ||
# Path to .crt file | ||
CERTIFICATE_SSL_CERT=certs/example.crt | ||
# Path to CA[chain] | ||
CERTIFICATE_SSLCACERTS= | ||
|
||
# APP ID to access Server API | ||
ENABLEX_APP_ID= | ||
|
||
# APP KEY to access Server API | ||
ENABLEX_APP_KEY= |
Oops, something went wrong.