I got some issue when trying to access PostgreSQL database from NodeJS app.
My nodejs app domain: bb.helloitsme-docs.serv00.net
The connection string in NodeJS .env:
DATABASE_URL=postgres://xxxxx:pwd@pgsql12.serv00.com:8543/xxxxx
Got error message in the response:
connect ECONNREFUSED 213.189.53.91:8543
Did i made something wrong or miss something, Could you please have a look? Thank you very much.