mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2026-01-25 07:14:06 +00:00
boom!
overall: formatting check, jsdoc type hints, express res/return stuff utils - changes in logger, dateformatter and removed unneeded ones .env file changes license check, readme update package.json update - version, deps, URLs server cleanup sequelize config check
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
DB_USERNAME='your_local_db_username'
|
||||
DB_PASSWORD='your_local_db_password'
|
||||
DB_NAME='your_local_db_name'
|
||||
DB_USER = your_database_username
|
||||
DB_PASSWD = your_database_password
|
||||
DB_NAME = your_database_name
|
||||
DB_HOST = localhost
|
||||
DB_PORT = your_database_port
|
||||
DB_DIALECT = your_database_dialect
|
||||
|
||||
CAPTCHA_SECRET = "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
|
||||
CAPTCHA_SECRET = 'your-captcha-secret'
|
||||
|
||||
Reference in New Issue
Block a user