aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-04 10:34:40 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-04 10:34:40 +0100
commit2295ce6c4e7ba805cc100ff961527bebc2cd89e5 (patch)
treefce0a24074ac119aad730ef5c73c680500ff9578 /config
parent202f6b6c9dcc9b0aec4b0c1b15e455c22a7952a7 (diff)
downloadPeerTube-2295ce6c4e7ba805cc100ff961527bebc2cd89e5.tar.gz
PeerTube-2295ce6c4e7ba805cc100ff961527bebc2cd89e5.tar.zst
PeerTube-2295ce6c4e7ba805cc100ff961527bebc2cd89e5.zip
Add account avatar
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
-rw-r--r--config/test-1.yaml1
-rw-r--r--config/test-2.yaml1
-rw-r--r--config/test-3.yaml1
-rw-r--r--config/test-4.yaml1
-rw-r--r--config/test-5.yaml1
-rw-r--r--config/test-6.yaml1
8 files changed, 8 insertions, 0 deletions
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:
16 16
17# From the project root directory 17# From the project root directory
18storage: 18storage:
19 avatars: 'avatars/'
19 certs: 'certs/' 20 certs: 'certs/'
20 videos: 'videos/' 21 videos: 'videos/'
21 logs: 'logs/' 22 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:
17 17
18# From the project root directory 18# From the project root directory
19storage: 19storage:
20 avatars: 'avatars/'
20 certs: 'certs/' 21 certs: 'certs/'
21 videos: 'videos/' 22 videos: 'videos/'
22 logs: 'logs/' 23 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:
10 10
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test1/avatars/'
13 certs: 'test1/certs/' 14 certs: 'test1/certs/'
14 videos: 'test1/videos/' 15 videos: 'test1/videos/'
15 logs: 'test1/logs/' 16 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:
10 10
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test2/avatars/'
13 certs: 'test2/certs/' 14 certs: 'test2/certs/'
14 videos: 'test2/videos/' 15 videos: 'test2/videos/'
15 logs: 'test2/logs/' 16 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:
10 10
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test3/avatars/'
13 certs: 'test3/certs/' 14 certs: 'test3/certs/'
14 videos: 'test3/videos/' 15 videos: 'test3/videos/'
15 logs: 'test3/logs/' 16 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:
10 10
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test4/avatars/'
13 certs: 'test4/certs/' 14 certs: 'test4/certs/'
14 videos: 'test4/videos/' 15 videos: 'test4/videos/'
15 logs: 'test4/logs/' 16 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:
10 10
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test5/avatars/'
13 certs: 'test5/certs/' 14 certs: 'test5/certs/'
14 videos: 'test5/videos/' 15 videos: 'test5/videos/'
15 logs: 'test5/logs/' 16 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:
10 10
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test6/avatars/'
13 certs: 'test6/certs/' 14 certs: 'test6/certs/'
14 videos: 'test6/videos/' 15 videos: 'test6/videos/'
15 logs: 'test6/logs/' 16 logs: 'test6/logs/'