-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from sharafdin/sharafdin
Completed Auth For JS-MongoDB-Mongoose-Template
- Loading branch information
Showing
2 changed files
with
19 additions
and
4,745 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
packages/yonode-templates/JS-MongoDB-Mongoose-Auth-Template/.env
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,19 @@ | ||
# Server Configuration | ||
# -------------------- | ||
# Specify the port number on which the server will listen for incoming connections. | ||
# If not specified, the default port 8000 will be used. | ||
# Default: 8000 | ||
|
||
SERVER_PORT= | ||
|
||
# Database Configuration | ||
# ---------------------- | ||
# Provide the URL for connecting to the database. This should include the protocol, username, password, and host as applicable. | ||
|
||
DATABASE_URL= | ||
|
||
# Specify the name of the database to which the application will connect. | ||
# If not specified, the default database 'yonodeDB' will be used. | ||
# Default: yonodeDB | ||
|
||
DATABASE_NAME= |
Oops, something went wrong.