Update database config

This commit is contained in:
Aitor Urrutia
2022-01-15 13:06:12 +01:00
parent 8922670191
commit 00a61040e4
5 changed files with 114 additions and 2 deletions

3
back/config/env/production/server.js vendored Normal file
View File

@@ -0,0 +1,3 @@
module.exports = ({ env }) => ({
url: env("MY_HEROKU_URL"),
});