diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-16 19:19:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-16 19:19:56 +0100 |
commit | 4793c343fd3cde3c6282ed0fb38e039b4276de0e (patch) | |
tree | 566856a8d0bee0ee06e60c5e3bf6b998135a078a /config/production.yaml.example | |
parent | 3266ad7cf8ff10d0fdae456196eff1653cc7ac21 (diff) | |
download | PeerTube-4793c343fd3cde3c6282ed0fb38e039b4276de0e.tar.gz PeerTube-4793c343fd3cde3c6282ed0fb38e039b4276de0e.tar.zst PeerTube-4793c343fd3cde3c6282ed0fb38e039b4276de0e.zip |
Add email to pods
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index ba7ff8f2e..cbfb0f46c 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -23,3 +23,6 @@ storage: | |||
23 | previews: 'previews/' | 23 | previews: 'previews/' |
24 | thumbnails: 'thumbnails/' | 24 | thumbnails: 'thumbnails/' |
25 | torrents: 'torrents/' | 25 | torrents: 'torrents/' |
26 | |||
27 | admin: | ||
28 | email: 'admin@example.com' | ||