diff options
Diffstat (limited to 'prh-app-server/src/test/resources/bootstrap.yaml')
-rw-r--r-- | prh-app-server/src/test/resources/bootstrap.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/prh-app-server/src/test/resources/bootstrap.yaml b/prh-app-server/src/test/resources/bootstrap.yaml index bbb2dcf9..46796cdc 100644 --- a/prh-app-server/src/test/resources/bootstrap.yaml +++ b/prh-app-server/src/test/resources/bootstrap.yaml @@ -1,2 +1,6 @@ cbs: - enabled: false
\ No newline at end of file + enabled: false +spring: + cloud: + config: + enabled: false
\ No newline at end of file |