From dea68f3cf5367ebe8f424cd5e69649766fa6d9af Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Mon, 28 Aug 2017 10:26:05 -0700 Subject: [PATCH] Update sample config // FREEBIE --- config/sample.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/sample.yml b/config/sample.yml index 8960b7eb5..5b1dd90e0 100644 --- a/config/sample.yml +++ b/config/sample.yml @@ -36,10 +36,16 @@ messageStore: # Postgresql database configuration for message store password: url: -s3: # AWS S3 configuration +attachments: # AWS S3 configuration accessKey: accessSecret: - attachmentsBucket: + bucket: + +profiles: # AWS S3 configuration + accessKey: + accessSecret: + bucket: + region: database: # Postgresql database configuration driverClass: org.postgresql.Driver