Commit 7d898a4d by Rubén Ramírez

feat: [configuración]: Añadidas configuraciones para las fotos

parent d219c69e
Showing with 13 additions and 0 deletions
......@@ -14,3 +14,16 @@ spring.jpa.show-sql=true
# Seguridad JWT
jwt.secret=V9++ZyZHKcKKzVvAWKU5EL8/QDTDVOf/LTv+r8dUbQg=
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
logging.level.org.springframework=INFO
logging.level.com.ujaen.tfg.mangaffinity=DEBUG
spring.web.resources.static-locations=file:uploads/
spring.servlet.multipart.enabled=true
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment