Skip to content

Commit

Permalink
add application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Nov 19, 2024
1 parent dc2bf65 commit 4c73525
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ build/

### VS Code ###
.vscode/
/src/main/resources/application.yml
18 changes: 18 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
server:
compression:
enabled: true
forward-headers-strategy: framework
logging:
level:
ROOT: info
nl.ictu: debug
spring:
application:
name: Pseudoniemen Service
management:
server:
port: 9080
endpoints:
web:
exposure:
include: 'health, info'

0 comments on commit 4c73525

Please sign in to comment.