35 lines
No EOL
997 B
Properties
35 lines
No EOL
997 B
Properties
# Application Name
|
|
spring.application.name=lcc
|
|
|
|
# Database Configuration
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
# File Upload Limits
|
|
spring.servlet.multipart.max-file-size=30MB
|
|
spring.servlet.multipart.max-request-size=50MB
|
|
|
|
# Azure AD Configuration
|
|
spring.cloud.azure.active-directory.enabled=true
|
|
spring.cloud.azure.active-directory.authorization-clients.graph.scopes=openid,profile,email,https://graph.microsoft.com/User.Read
|
|
|
|
# Management Endpoints
|
|
management.endpoints.web.exposure.include=health,info,metrics
|
|
management.endpoint.health.show-details=when-authorized
|
|
|
|
# Flyway Migration
|
|
spring.flyway.enabled=true
|
|
spring.flyway.locations=classpath:db/migration
|
|
spring.flyway.baseline-on-migrate=true
|
|
spring.sql.init.mode=never
|
|
|
|
lcc.allowed_cors=
|
|
lcc.allowed_oauth_token_cors=*
|
|
|
|
|
|
lcc.auth.identify.by=workday
|
|
lcc.auth.claim.workday=employeeid
|
|
lcc.auth.claim.email=preferred_username
|
|
lcc.auth.claim.ignore.workday=false
|
|
|
|
# Bulk Import
|
|
lcc.bulk.sheet_password=secretSheet?! |