Ignore:
Timestamp:
01/21/25 03:08:24 (4 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

Location:
imaps-backend/backendRender/src/main/resources
Files:
2 added
1 edited

Legend:

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

    r0c6b92a r79a0317  
    1 spring.application.name=backendRender
    2 spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod
     1spring.application.name=imaps-backend
    32spring.datasource.username=${DB_USER}
    43spring.datasource.password=${DB_PASS}
     
    87spring.jpa.properties.hibernate.format_sql=true
    98
     9
     10
     11spring.mail.host=smtp.gmail.com
     12spring.mail.port=587
     13spring.mail.username=${MAIL_NAME}
     14spring.mail.password=${MAIL_PASS}
     15spring.mail.properties.mail.smtp.auth=true
     16spring.mail.properties.mail.smtp.starttls.enable=true
     17
     18spring.profiles.active=dev
    1019logging.level.org.springframework.web=DEBUG
    1120
Note: See TracChangeset for help on using the changeset viewer.