6. In **UrbanPulse/UrbanPulseResources/** there is a file called **glassfish-resources.xml**. This contains information (in the form of Java Naming and Directory Interface short JNDI variables and connection pools) such as connection to the database, connection to a keycloak server (comes later), etc.
6. In **UrbanPulse/UrbanPulseResources/** there is a file called **glassfish-resources.xml**. This contains information (in the form of Java Naming and Directory Interface short JNDI variables and connection pools) such as connection to the database, etc.
7. It is important to configure the connection to the PostgreSQL database in the **jdbc-connection-pool** section. I.e. enter user, password and if necessary database name (urbanpulse) and hostname/port of Postgres (if changed).