“process.env.DATABASE_URL” is not populating in app deployed on Google Cloud Run

后端 未结 0 986
甜味超标
甜味超标 2020-12-12 10:08

Below NodeJS code works fine when I deploy to Heroku.

var pgp = require("pg-promise")(/*options*/);

function PostgresDBAdapter() {
  var db = pgp(
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题