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.
|
|
|
|
springdoc.swagger-ui.path=/swagger-ui
|
|
|
|
|
springdoc.swagger-ui.config-url=/v3/api-docs/swagger-config
|
|
|
|
|
springdoc.swagger-ui.url=/v3/api-docs
|
|
|
|
|
springdoc.swagger-ui.doc-expansion=none
|
|
|
|
|
springdoc.swagger-ui.disable-swagger-default-url=true
|
|
|
|
|
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=none
|
|
|
|
|
spring.sql.init.mode=never
|
|
|
|
|
|
|
|
|
|
# 스크립트 컴파일: Windows에서 서버 실행 시 Python 실행 파일 (python.org 설치 후 pip install kfp)
|
|
|
|
|
# kfp.compile.python-command=python
|
|
|
|
|
|
|
|
|
|
# MinIO type2(MLflow): wsl-port-forwards.sh 로 9001->9000 포워드 시 로컬에서 백엔드가 localhost:9001 로 접근
|
|
|
|
|
minio.type2.endpoint=http://localhost:9001
|
|
|
|
|
minio.type2.bucket=mlflow
|
|
|
|
|
minio.type2.access-key=minio-mlflow
|
|
|
|
|
minio.type2.secret-key=minio-mlflow-12345
|