Changeset 9af201e for backend/src/main/resources/application.properties
- Timestamp:
- 09/04/26 19:08:08 (11 days ago)
- Branches:
- master
- Children:
- cdcff72
- Parents:
- e1f74f6
- File:
-
- 1 edited
-
backend/src/main/resources/application.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
backend/src/main/resources/application.properties
re1f74f6 r9af201e 6 6 7 7 spring.datasource.url=jdbc:postgresql://localhost:5432/medora 8 spring.datasource.username= postgres8 spring.datasource.username=medora_app 9 9 spring.datasource.password=postgres 10 10 spring.datasource.driver-class-name=org.postgresql.Driver 11 12 # JWT Configuration 13 jwt.secret=${JWT_SECRET} 14 jwt.expiration=86400000 11 15 12 16 # JPA / Hibernate settings … … 19 23 spring.jackson.serialization.fail-on-empty-beans=false 20 24 spring.jackson.default-property-inclusion=non_null 25
Note:
See TracChangeset
for help on using the changeset viewer.
