Files
FrontFocusAgenda/application.properties
T
Gustavo b1dd3a8b01 fodase :)
meco meram, meco meram, meco meram
2026-05-12 23:27:37 +00:00

14 lines
511 B
Properties

spring.application.name=${APP_NAME:Focus Agenda}
server.port=${SERVER_PORT:8080}
server.servlet.context-path=/
spring.web.resources.static-locations=classpath:/static/
spring.mvc.static-path-pattern=/**
spring.mvc.contentnegotiation.favor-parameter=true
spring.web.resources.add-mappings=true
spring.servlet.multipart.enabled=false
spring.web.resources.cache.cachecontrol.max-age=3600
spring.web.resources.cache.cachecontrol.cache-public=true
spring.profiles.active=${SPRING_PROFILES_ACTIVE:dev}