Skip to content

Commit 9a82378

Browse files
Add CF app manifest
1 parent fcc1fcf commit 9a82378

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sample-spring-boot/manifest.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
applications:
3+
#
4+
# You may want/need to change these to avoid naming conflicts
5+
#
6+
- name: logging-sample-app
7+
instances: 1
8+
path: target/sample-app-spring-boot-3.2.1.jar
9+
env:
10+
# Set LOG_*: true to activate logging of respective field
11+
LOG_SENSITIVE_CONNECTION_DATA: false
12+
LOG_REMOTE_USER: false
13+
LOG_REFERER: false

0 commit comments

Comments
 (0)