Ignore:
Timestamp:
09/04/26 19:08:08 (11 days ago)
Author:
MBK <marija.karapandzova@…>
Branches:
master
Children:
cdcff72
Parents:
e1f74f6
Message:

Fix frontend appearance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • backend/src/main/resources/application.properties

    re1f74f6 r9af201e  
    66
    77spring.datasource.url=jdbc:postgresql://localhost:5432/medora
    8 spring.datasource.username=postgres
     8spring.datasource.username=medora_app
    99spring.datasource.password=postgres
    1010spring.datasource.driver-class-name=org.postgresql.Driver
     11
     12# JWT Configuration
     13jwt.secret=${JWT_SECRET}
     14jwt.expiration=86400000
    1115
    1216# JPA / Hibernate settings
     
    1923spring.jackson.serialization.fail-on-empty-beans=false
    2024spring.jackson.default-property-inclusion=non_null
     25
Note: See TracChangeset for help on using the changeset viewer.