mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2026-01-25 07:14:06 +00:00
staging, config, and some more changes
This commit is contained in:
@@ -6,6 +6,13 @@ module.exports = {
|
||||
"database": process.env.DB_NAME, // local PostgreSQL DB name
|
||||
"dialect": "postgres"
|
||||
},
|
||||
"staging": {
|
||||
"use_env_variable": "DB_URL", // staging database connection string
|
||||
"dialect": "postgres",
|
||||
"dialectOptions": {
|
||||
"ssl": true,
|
||||
},
|
||||
},
|
||||
"production": {
|
||||
"use_env_variable": "DB_URL", // production database connection string
|
||||
"dialect": "postgres",
|
||||
|
||||
Reference in New Issue
Block a user