-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5e20c12
Showing
34 changed files
with
207,208 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
APP_HOST=0.0.0.0 | ||
APP_PORT=8080 | ||
|
||
FRONTEND_URL=http://127.0.0.1:3000 | ||
|
||
MONGO_HOST=localhost | ||
MONGO_PORT=27017 | ||
MONGO_DB_NAME=electorz | ||
MONGO_USERNAME=electorz | ||
MONGO_PASSWORD=electorz | ||
MONGO_TLS=false | ||
MONGO_MAX_CONNECTIONS=10 | ||
MONGO_MIN_CONNECTIONS=10 |
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,13 @@ | ||
# Short description | ||
|
||
_Please describe shortly this PR here (for a release, just write "Release x.y.z")_ | ||
|
||
|
||
# Changes | ||
|
||
_Please list here the precise changes_ | ||
|
||
|
||
# Tests | ||
|
||
_Please explain here how you tested your code_ |
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 @@ | ||
.env |
Oops, something went wrong.