Skip to content

Commit

Permalink
feat: adjusting the branche
Browse files Browse the repository at this point in the history
  • Loading branch information
abdinasir-Tman committed Mar 10, 2024
1 parent 3edd99c commit f324e02
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 2,810 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ SERVER_PORT=

# Database Configuration
# ----------------------
# Provide the URL for connecting to the database. This should include the protocol, username, password, and host as applicable.
# Provide the URL for connecting to the database, This should include the protocol, username, password, host, port, and database name as applicable.
# Format: protocol://username:password@host:port/databaseName
DATABASE_URL=


# Authentication and Security Configuration
# -----------------------------------------
# Define a secret key for JWT (JSON Web Token) authentication. This key is used to sign and verify JWTs for secure data transfer and access control.
Expand All @@ -23,4 +23,4 @@ JWT_SECRET_KEY=
# This setting can influence the application's behavior, enabling or disabling certain features based on the environment.
# For example, in 'development' mode, more verbose logging might be enabled, whereas 'production' might focus on performance optimizations and error handling.
# Default: development (if not specified)
NODE_ENVIRONMENT=
NODE_ENVIRONMENT=
Loading

0 comments on commit f324e02

Please sign in to comment.