Skip to content

Commit

Permalink
Merge pull request #210 from sharafdin/sharafdin
Browse files Browse the repository at this point in the history
Completed Auth For JS-MongoDB-Mongoose-Template
  • Loading branch information
sharafdin authored Feb 27, 2024
2 parents f3b8590 + 4782589 commit aa303a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4,745 deletions.
19 changes: 19 additions & 0 deletions packages/yonode-templates/JS-MongoDB-Mongoose-Auth-Template/.env
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=
Loading

0 comments on commit aa303a5

Please sign in to comment.