Database not configured
This app reads its database connection from a .env file next to server.js — nothing is entered in the browser.
- Copy
.env.exampleto.env - Paste the
DATABASE_URLyou were given (or fill inPGHOST/PGUSER/PGPASSWORD/PGDATABASE) - …or leave those blank and set
GOOGLE_APPLICATION_CREDENTIALSto the service-account key file so the URL is read from Google Secret Manager (DB_URL) - Restart the server (
npm start) and reload this page