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
I've tried various solutions
1. using base64 encode/decode
2. using DSN/string connection and DATABASE_URL
Any help would be appreciated!
How do I put the DB_PASSWORD as an env variable in digital ocean, I keep getting the authentication error
I've tried various solutions
1. using base64 encode/decode
2. using DSN/string connection and DATABASE_URL
Any help would be appreciated!
