- Timestamp:
- 12/12/24 17:06:06 (2 months ago)
- Branches:
- main
- Children:
- 79a0317
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-backend/backendRender/src/main/resources/application.properties
rd565449 r0c6b92a 1 1 spring.application.name=backendRender 2 spring.datasource.url=jdbc:postgresql://localhost: 6432/imaps3 spring.datasource.username= imaps_admin4 spring.datasource.password= iMapsResen20242 spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod 3 spring.datasource.username=${DB_USER} 4 spring.datasource.password=${DB_PASS} 5 5 spring.jpa.hibernate.ddl-auto=validate 6 6 spring.jpa.show-sql=true 7 7 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect 8 8 spring.jpa.properties.hibernate.format_sql=true 9 logging.level.org.springframework.security=DEBUG10 9 10 logging.level.org.springframework.web=DEBUG 11
Note:
See TracChangeset
for help on using the changeset viewer.