/
Renonr
/
SpringProject
Обзор
Документация
Войти
/
Renonr
/
SpringProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Spring_Branch
src/main/resources/application.properties
21 строка
714 B
Renonr
"Version with DTO 1.1"
19 фев 2025, 03:11
19 фев 2025, 03:11
fa1234f
Код
Авторство
О чём код?
server.port=8080 spring.datasource.url=${SPRING_DATASOURCE_URL} spring.datasource.username=${SPRING_DATASOURCE_USERNAME} spring.datasource.password=${SPRING_DATASOURCE_PASSWORD} spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=none spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true spring.jpa.show-sql=true jwt.secret=SuperSecretKeyForJWTTokenGeneration123! jwt.expiration=86400000 spring.mail.host=smtp.mail.ru spring.mail.port=587 spring.mail.username=examp@example.com spring.mail.password=pas spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true