feat(upgrade): changes to code to support new template

This commit is contained in:
Amruth Pillai
2022-04-08 09:37:26 +02:00
parent 9cd36fcb9b
commit 1df78100ca
14 changed files with 2810 additions and 1801 deletions
+1 -1
View File
@@ -21,9 +21,9 @@ const validationSchema = Joi.object({
// Database
POSTGRES_HOST: Joi.string().required(),
POSTGRES_PORT: Joi.number().default(5432),
POSTGRES_DB: Joi.string().required(),
POSTGRES_USER: Joi.string().required(),
POSTGRES_PASSWORD: Joi.string().required(),
POSTGRES_DATABASE: Joi.string().required(),
POSTGRES_SSL_CERT: Joi.string().allow(''),
// Auth