We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5b4db commit 95dec09Copy full SHA for 95dec09
mta.yaml
@@ -82,7 +82,7 @@ resources:
82
service: postgresql-db
83
service-plan: standard
84
config:
85
- engine_version: "16"
+ engine_version: "15"
86
multi_az: false
87
88
- name: cf-logging
srv/src/main/resources/application.yaml
@@ -1,5 +1,5 @@
1
---
2
-my.bookshop.postgresImage: postgres:16
+my.bookshop.postgresImage: postgres:15
3
4
cds:
5
dataSource.csv:
@@ -26,4 +26,3 @@ spring:
26
27
dataSource:
28
auto-config.enabled: false
29
-
0 commit comments