Ignore:
Timestamp:
01/22/23 16:51:43 (18 months ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Parents:
9bf1f8d
Message:

prefinal reproducible

File:
1 edited

Legend:

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

    r9bf1f8d r8dffe02  
    11spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk
    22spring.datasource.username=postgres
    3 spring.datasource.password=baz@228
     3spring.datasource.password=postgres
    44spring.jpa.hibernate.ddl-auto=update
    55spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    66spring.jpa.show-sql=false
    77spring.jpa.properties.hibernate.format_sql=true
    8 server.address=192.168.1.254
    9 spring.mail.host=192.168.1.254
     8server.address=192.168.1.108
     9spring.mail.host=192.168.1.108
    1010spring.mail.username=mailuser
    1111spring.mail.password=mailpass
Note: See TracChangeset for help on using the changeset viewer.