NeonN
Neon2mo ago
4 replies
dual-salmon

Digital Ocean with Neon and Laravel | DB_PASSWORD with Endpoint as environmental variable

I'm trying to host an application via Digital Ocean (DO) and currently I'm having issues with integrating Neon's DB with DO.

How do I put the DB_PASSWORD as an env variable in digital ocean, I keep getting the authentication error

ERROR:  password authentication failed for user...


I've tried various solutions

1. using base64 encode/decode
2. using DSN/string connection and DATABASE_URL

Any help would be appreciated!
Was this page helpful?