Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

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

    rd565449 r0c6b92a  
    11spring.application.name=backendRender
    2 spring.datasource.url=jdbc:postgresql://localhost:6432/imaps
    3 spring.datasource.username=imaps_admin
    4 spring.datasource.password=iMapsResen2024
     2spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod
     3spring.datasource.username=${DB_USER}
     4spring.datasource.password=${DB_PASS}
    55spring.jpa.hibernate.ddl-auto=validate
    66spring.jpa.show-sql=true
    77spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    88spring.jpa.properties.hibernate.format_sql=true
    9 logging.level.org.springframework.security=DEBUG
    109
     10logging.level.org.springframework.web=DEBUG
     11
Note: See TracChangeset for help on using the changeset viewer.