Files
BackendFocusAgenda/src/main/resources/application-prod.properties

6 lines
163 B
INI

spring.data.mongodb.uri=${MONGO_URI}
cors.allowed.origins=${CORS_ORIGINS}
jwt.secret=${JWT_SECRET}
logging.level.root=WARN
logging.level.com.agendaestudantil=INFO