/
danr
/
devRepeat_hack_and_change_solution
Обзор
Документация
Войти
/
danr
/
devRepeat_hack_and_change_solution
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/application.properties
17 строк
648 B
PashaKr
added reg/auth and changed home page
30 ноя 2025, 10:46
30 ноя 2025, 10:46
bfacf99
Код
Авторство
О чём код?
spring.datasource.url=jdbc:postgresql://localhost:5432/devRepeat_Hackathon spring.datasource.username=postgres spring.datasource.password=5604 spring.jpa.hibernate.ddl-auto=none spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username=pasha7788hh@gmail.com spring.mail.password=hksqyxcvchenljzk spring.mail.protocol=smtp spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.starttls.required=true spring.mail.properties.mail.smtp.ssl.enable=false