Initial commit

This commit is contained in:
Laurent
2025-12-08 13:47:02 +01:00
commit 390f290bbd
18 changed files with 664 additions and 0 deletions

View 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