Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Dec 20, 2024
1 parent 9fc77fc commit 29df22e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scheduler/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
10 changes: 10 additions & 0 deletions src/scheduler/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ scheduler:
port: 8081
unprotectedEndpoints: /health/prometheus,/health/liveness
username: "test-user"

############################################################
# Server SSL keys
############################################################
Expand All @@ -130,3 +131,12 @@ server:
client-auth: NEED


############################################################
# Unified cf Server - XFCC
############################################################

cf_server:
port: 8082
xfcc:
valid_org_guid: "some-org-guid"
valid_space_guid: "some-space-guid"

0 comments on commit 29df22e

Please sign in to comment.