-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the three services, expressjs, XML_RPC, and Graphql, I have moved…
… the port values to a centralised env file
- Loading branch information
ds0
committed
Aug 22, 2023
1 parent
33a366f
commit d58c716
Showing
5 changed files
with
15 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
EXPRESS_JS_PORT=80 | ||
XML_RPC_PORT=9090 | ||
GRAPHQL_PORT=4000 | ||
JWT_SECRET=access | ||
MONGO_LOCAL_CONN_URL=mongodb://localhost:27017/node-dvws | ||
MONGO_DB_NAME=dvws-user-auth | ||
SQL_LOCAL_CONN_URL=localhost | ||
SQL_DB_NAME=dvws_sqldb | ||
SQL_username=root | ||
SQL_password=mysecretpassword | ||
SQL_USERNAME=root | ||
SQL_PASSWORD=mysecretpassword |
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
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