Terminado todos os controladores e correção de bugs e segurança
This commit is contained in:
4
src/main/resources/application-dev.properties
Normal file
4
src/main/resources/application-dev.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
spring.data.mongodb.uri=${MONGO_URI:mongodb://localhost:27017/agenda_estudantil}
|
||||
cors.allowed.origins=${CORS_ORIGINS:http://localhost:3000}
|
||||
jwt.secret=${JWT_SECRET:8a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z7A8B9C0D1E2F3}
|
||||
logging.level.org.springframework.data.mongodb=DEBUG
|
||||
Reference in New Issue
Block a user