/
dixsu
/
modulauth
Обзор
Документация
Войти
/
dixsu
/
modulauth
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/main/resources/application.properties
86 строк
2 KB
Сахно Роман Александрович
выводим данные о зарегистрированном пользователе на странице protected
24 май 2025, 08:57
24 май 2025, 08:57
645985e
Код
Авторство
О чём код?
spring.application.name=proxy spring.thymeleaf.encoding=UTF-8 server.servlet.encoding.charset=UTF-8 server.servlet.encoding.enabled=true server.servlet.encoding.force=true server.debug=true logging.level.org.springframework.data.r2dbc=DEBUG spring.r2dbc.url = r2dbc:postgresql://localhost:5432/dixsu spring.r2dbc.username=postgres spring.r2dbc.password=123 #docker run --name postgres-container -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=123 -e POSTGRES_DB=dixsu -p 5432:5432 -d postgres #????? ?? ???? ???? ????? ?????????? ???? ??????????? ? ???? #spring.flyway.url = jdbc:postgresql://localhost:5432/dixsu #spring.flyway.user=postgres #spring.flyway.password=123 # spring.redis.host=localhost spring.redis.port=6379 spring.session.store-type=redis spring.session.redis.flush-mode=on_save spring.session.redis.namespace=spring:session #Ensure Redis is running (e.g., via Docker: docker run -d -p 6379:6379 redis). # application.properties spring.thymeleaf.enabled=true spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html spring.thymeleaf.mode=HTML spring.thymeleaf.cache=false spring.jackson.serialization.FAIL_ON_EMPTY_BEANS=false spring.thymeleaf.reactive.max-chunk-size=1024 spring.thymeleaf.reactive.media-types=text/html # ??? ?????????? httpPrefix=https domenName=dix.su spring.mail.host=s64.nska.net spring.mail.port=587 spring.mail.username=eskimos@itdid.ru spring.mail.password=w0BzSygn spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.from=eskimos@itdid.ru spring.mail.properties.mail.debug=true # ?????????? ???????? ??? ????????? spring.mail.properties.mail.smtp.ssl.trust=* spring.mail.properties.mail.smtp.ssl.protocols=TLSv1.2 spring.mail.protocol=smtp spring.mail.properties.mail.smtp.connectiontimeout=5000 spring.mail.properties.mail.smtp.timeout=5000 spring.mail.properties.mail.smtp.writetimeout=5000 logging.level.com.sun.mail=DEBUG logging.level.org.springframework.mail=DEBUG # ????????? ??????????? ?????? server.error.include-message=always server.error.include-binding-errors=always logging.level.root=DEBUG spring.webflux.session.cookie.max-age=31536000 # 1 year in seconds spring.webflux.session.timeout=31536000 # Session timeout in seconds