forked from Gustavo/FrontFocusAgenda
fodase :)
meco meram, meco meram, meco meram
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user