feat(medusa): Improve config loading (#1290)

This commit is contained in:
Adrien de Peretti
2022-04-21 12:49:56 +02:00
committed by GitHub
parent 89a6de4660
commit 313cb0658b
25 changed files with 225 additions and 175 deletions
@@ -24,5 +24,7 @@ module.exports = {
// redis_url: REDIS_URL,
database_url: `postgres://${DB_USERNAME}:${DB_PASSWORD}@localhost/medusa-integration-${workerId}`,
database_type: "postgres",
jwt_secret: 'test',
cookie_secret: 'test'
},
}