6 lines
163 B
INI
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
|