From 2295ce6c4e7ba805cc100ff961527bebc2cd89e5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Dec 2017 10:34:40 +0100 Subject: Add account avatar --- config/default.yaml | 1 + config/production.yaml.example | 1 + config/test-1.yaml | 1 + config/test-2.yaml | 1 + config/test-3.yaml | 1 + config/test-4.yaml | 1 + config/test-5.yaml | 1 + config/test-6.yaml | 1 + 8 files changed, 8 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index b53fa0d5b..2c1043067 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -16,6 +16,7 @@ database: # From the project root directory storage: + avatars: 'avatars/' certs: 'certs/' videos: 'videos/' logs: 'logs/' diff --git a/config/production.yaml.example b/config/production.yaml.example index 1af20a9e4..404d35c16 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -17,6 +17,7 @@ database: # From the project root directory storage: + avatars: 'avatars/' certs: 'certs/' videos: 'videos/' logs: 'logs/' diff --git a/config/test-1.yaml b/config/test-1.yaml index d9b4d2b1a..49fbebf04 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: + avatars: 'test1/avatars/' certs: 'test1/certs/' videos: 'test1/videos/' logs: 'test1/logs/' diff --git a/config/test-2.yaml b/config/test-2.yaml index 236dcb10d..ff0df5962 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: + avatars: 'test2/avatars/' certs: 'test2/certs/' videos: 'test2/videos/' logs: 'test2/logs/' diff --git a/config/test-3.yaml b/config/test-3.yaml index 291b43edc..4fbb00050 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: + avatars: 'test3/avatars/' certs: 'test3/certs/' videos: 'test3/videos/' logs: 'test3/logs/' diff --git a/config/test-4.yaml b/config/test-4.yaml index 6f80939fc..e4f0f2691 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: + avatars: 'test4/avatars/' certs: 'test4/certs/' videos: 'test4/videos/' logs: 'test4/logs/' diff --git a/config/test-5.yaml b/config/test-5.yaml index 0b5eab72e..610f523c8 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: + avatars: 'test5/avatars/' certs: 'test5/certs/' videos: 'test5/videos/' logs: 'test5/logs/' diff --git a/config/test-6.yaml b/config/test-6.yaml index 5d33e45b9..088b55c17 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -10,6 +10,7 @@ database: # From the project root directory storage: + avatars: 'test6/avatars/' certs: 'test6/certs/' videos: 'test6/videos/' logs: 'test6/logs/' -- cgit v1.2.3