I am creating a project using Spring Boot in IntelliJ Idea. I use windows OS. I want to use PostgreSQL as a database for my project.But I get an error that"Connection refused check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections"

2.Then I created a file named data.sql and created my issue table in it:

3. My database properties:

4. My postgresql.conf file:

5. My hba.conf file:

6. The error that I get:

Can you please help me to fix this issue ?