9 lines
190 B
Properties
9 lines
190 B
Properties
#Server options
|
|
spring.web.error.include-stacktrace=always
|
|
server.port=8001
|
|
server.shutdown=graceful
|
|
spring.lifecycle.timeoutPerShutdownPhase=10s
|
|
|
|
#CORS
|
|
allowedOrigins=http://localhost:3000
|