Update database config
This commit is contained in:
3
back/config/env/production/server.js
vendored
Normal file
3
back/config/env/production/server.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = ({ env }) => ({
|
||||
url: env("MY_HEROKU_URL"),
|
||||
});
|
||||
Reference in New Issue
Block a user