|
|
|
@ -17,12 +17,10 @@ spring.sql.init.mode=never
|
|
|
|
# App Properties (JWT)
|
|
|
|
# App Properties (JWT)
|
|
|
|
cuuva.app.jwtCookieName=cuuva-jwt
|
|
|
|
cuuva.app.jwtCookieName=cuuva-jwt
|
|
|
|
cuuva.app.jwtRefreshCookieName=cuuva-jwt-refresh
|
|
|
|
cuuva.app.jwtRefreshCookieName=cuuva-jwt-refresh
|
|
|
|
cuuva.app.jwtSecret=${JWT_SECRET}
|
|
|
|
cuuva.app.jwtSecret= 275511b31c520562d69802ce4a913773102563891563a24062f44b3f312ca2bd034440e81836d1b4ccf4195f43db4c81a4e489a41f1ae0967afe468c9a361f4d
|
|
|
|
|
|
|
|
|
|
|
|
# Storage Provider (S3)
|
|
|
|
# Storage Provider (S3)
|
|
|
|
storage.provider=minio
|
|
|
|
storage.provider=minio
|
|
|
|
cloud.aws.region.static=ap-northeast-2
|
|
|
|
|
|
|
|
cloud.aws.s3.bucket=${S3_BUCKET_NAME}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Swagger UI
|
|
|
|
# Swagger UI
|
|
|
|
springdoc.swagger-ui.path=/swagger-ui
|
|
|
|
springdoc.swagger-ui.path=/swagger-ui
|
|
|
|
@ -37,3 +35,6 @@ spring.servlet.multipart.max-request-size=500MB
|
|
|
|
|
|
|
|
|
|
|
|
# ALB / Forwarded Headers
|
|
|
|
# ALB / Forwarded Headers
|
|
|
|
server.forward-headers-strategy=native
|
|
|
|
server.forward-headers-strategy=native
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kubeflow.url=http://ml-pipeline-ui.kubeflow.svc.cluster.local:80
|
|
|
|
|