/
LyTvest
/
ya_dialogs
Обзор
Документация
Войти
/
LyTvest
/
ya_dialogs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
application.properties
30 строк
960 B
Bashkirtsev
add api 1
13 янв 2025, 08:12
13 янв 2025, 08:12
18a0cde
Код
Авторство
О чём код?
#spring.datasource.url=jdbc:postgresql://db:5432/postgres_db #spring.datasource.driverClassName=org.postgresql.Driver #spring.datasource.username=postgres_user #spring.datasource.password=postgres_password spring.datasource.url=jdbc:h2:file:./db/db_file spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=sa spring.datasource.password=password spring.jpa.database-platform=org.hibernate.dialect.H2Dialect #spring.jpa.hibernate.ddl-auto=update #logging.charset.console=utf-8 #logging.file.name=audio.log #logging.file.path=/opt/spring/ # #logging.level.org.hibernate.SQL=INFO #logging.level.org.hibernate.type.descriptor.sql.BasicBinder=INFO # #logging.level.root=INFO #logging.level.org.springframework.security=INFO # #server.port=8080 # #spring.security.oauth2.resourceserver.jwt.issuer-uri=https://historybots.ru/realms/master # #controllers.api.prefix=api logging.level.root=INFO logging.level.org.springframework.security=TRACE