DB_URL=jdbc:postgresql://localhost:5432/postgres DB_USERNAME=root DB_PASSWORD=root ADMIN_USERNAME=admin ADMIN_PASSWORD=admin # Optional overrides used by DatabaseConnectionTest: TEST_DB_URL=jdbc:postgresql://localhost:5432/postgres TEST_DB_USERNAME=root TEST_DB_PASSWORD=root