Files
FocusAgenda/src/main/resources/application-prod.properties
2026-03-31 19:21:11 -03:00

9 lines
255 B
INI

spring.data.mongodb.uri=${MONGO_URI}
cors.allowed.origins=${CORS_ORIGINS}
jwt.secret=${JWT_SECRET}
springdoc.api-docs.enabled=false
springdoc.swagger-ui.enabled=false
logging.level.root=WARN
logging.level.root=WARN
logging.level.com.agendaestudantil=INFO