You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.7 KiB
62 lines
1.7 KiB
#????? ?? ??
|
|
server.port = 80
|
|
|
|
spring.profiles.active=local
|
|
|
|
|
|
spring.datasource.url=jdbc:mariadb://192.168.10.143:3306/autoflow
|
|
spring.datasource.username=cuuva
|
|
spring.datasource.password=cuuva
|
|
|
|
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
|
|
spring.sql.init.mode=always
|
|
|
|
spring.jpa.defer-datasource-initialization=true
|
|
|
|
|
|
# App Properties
|
|
cuuva.app.jwtCookieName=cuuva-jwt
|
|
cuuva.app.jwtRefreshCookieName=cuuva-jwt-refresh
|
|
cuuva.app.jwtSecret= 275511b31c520562d69802ce4a913773102563891563a24062f44b3f312ca2bd034440e81836d1b4ccf4195f43db4c81a4e489a41f1ae0967afe468c9a361f4d
|
|
|
|
## For test
|
|
cuuva.app.jwtExpirationMs= 900000
|
|
cuuva.app.jwtRefreshExpirationMs= 86400000
|
|
|
|
spring.jpa.show-sql=true
|
|
|
|
spring.jpa.properties.hibernate.format_sql=true
|
|
|
|
logging.level.org.hibernate.type.descriptor.sql=TRACE
|
|
|
|
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
|
|
|
spring.datasource.hikari.connection-timeout=3000
|
|
spring.datasource.hikari.idle-timeout=0
|
|
spring.datasource.hikari.max-lifetime=170000
|
|
|
|
springdoc.api-docs.enabled=true
|
|
springdoc.api-docs.path=/v3/api-docs
|
|
|
|
springdoc.swagger-ui.path=/swagger-ui
|
|
springdoc.swagger-ui.config-url=/autoflow-server-mgmt/v3/api-docs/swagger-config
|
|
springdoc.swagger-ui.url=/autoflow-server-mgmt/v3/api-docs
|
|
springdoc.swagger-ui.doc-expansion=none
|
|
springdoc.swagger-ui.disable-swagger-default-url=true
|
|
|
|
|
|
springdoc.swagger-ui.tags-sorter=alpha
|
|
|
|
# MinIO ??
|
|
minio.endpoint=http://192.168.10.135:31795
|
|
minio.access-key=minio
|
|
minio.secret-key=minio123
|
|
minio.bucket=mlpipeline
|
|
|
|
# Kubeflow
|
|
kubeflow.url=http://192.168.10.135:32473
|
|
kubeflow.api.url=http://192.168.10.135:32473/apis/v2beta1/pipelines
|
|
kubeflow.pipeline.upload-url=http://192.168.10.135:32473/apis/v2beta1/pipelines/upload
|