Skip to content

Commit 96a9e83

Browse files
committed
Replace schema field with database and remove PostgreSQL admin configuration in application.yml
1 parent 76aa826 commit 96a9e83

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/src/main/resources/application.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,13 @@ csm:
9595
data:
9696
host: "localhost"
9797
port: 5432
98-
schema: "cosmotech"
98+
database: "cosmotech"
9999
reader:
100100
username: "storage_reader_username"
101101
password: "storage_reader_password"
102102
writer:
103103
username: "storage_writer_username"
104104
password: "storage_writer_password"
105-
admin:
106-
username: "storage_admin_username"
107-
password: "storage_admin_password"
108105
s3:
109106
endpointUrl: "http://localhost:9000"
110107
bucketName: "cosmotech-api"

0 commit comments

Comments
 (0)