parent
50ea267664
commit
dea68f3cf5
|
@ -36,10 +36,16 @@ messageStore: # Postgresql database configuration for message store
|
||||||
password:
|
password:
|
||||||
url:
|
url:
|
||||||
|
|
||||||
s3: # AWS S3 configuration
|
attachments: # AWS S3 configuration
|
||||||
accessKey:
|
accessKey:
|
||||||
accessSecret:
|
accessSecret:
|
||||||
attachmentsBucket:
|
bucket:
|
||||||
|
|
||||||
|
profiles: # AWS S3 configuration
|
||||||
|
accessKey:
|
||||||
|
accessSecret:
|
||||||
|
bucket:
|
||||||
|
region:
|
||||||
|
|
||||||
database: # Postgresql database configuration
|
database: # Postgresql database configuration
|
||||||
driverClass: org.postgresql.Driver
|
driverClass: org.postgresql.Driver
|
||||||
|
|
Loading…
Reference in New Issue