mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 19:26:56 +08:00
14 lines
779 B
INI
Executable File
14 lines
779 B
INI
Executable File
logger.sql.level=info
|
|
management.endpoints.enabled-by-default=false
|
|
springdoc.api-docs.groups.enabled=true
|
|
spring.freemarker.check-template-location=false
|
|
spring.groovy.template.check-template-location=false
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/test?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&sessionVariables=sql_mode=%27STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION%27
|
|
spring.datasource.username=root
|
|
spring.datasource.password=111111
|
|
kafka.bootstrapServers=127.0.0.1:9092
|
|
spring.session.timeout=30d
|
|
minio.endpoint=http://127.0.0.1:9000
|
|
minio.accessKey=minioadmin
|
|
minio.secretKey=minioadmin |