Initial commit
This commit is contained in:
14
api/src/main/resources/application.properties
Normal file
14
api/src/main/resources/application.properties
Normal file
@@ -0,0 +1,14 @@
|
||||
#=============MAIN=============
|
||||
spring.application.name=boardmate-api
|
||||
|
||||
#=============SERVER=============
|
||||
server.port=8000
|
||||
|
||||
#=============SECURITY=============
|
||||
sec.cors.authorizedHots=*
|
||||
sec.cors.authorizedMethods=GET,POST,PUT,DELETE,OPTION
|
||||
sec.cors.authorizedHeader=Authorization,Content-type
|
||||
|
||||
#=============METRICS=============
|
||||
management.endpoints.web.exposure.include=*
|
||||
management.endpoint.prometheus.enabled=true
|
||||
Reference in New Issue
Block a user