]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/checker-before-init.ts
Link to follower profile from administration (#1922)
[github/Chocobozzz/PeerTube.git] / server / initializers / checker-before-init.ts
index 622ad7d6b12b249aa2c0bff3374c22a9d7abbbc0..c211d725cece50aef26c41c0b9e7c37cbf23717e 100644 (file)
@@ -10,6 +10,7 @@ function checkMissedConfig () {
     'trust_proxy',
     'database.hostname', 'database.port', 'database.suffix', 'database.username', 'database.password', 'database.pool.max',
     'smtp.hostname', 'smtp.port', 'smtp.username', 'smtp.password', 'smtp.tls', 'smtp.from_address',
+    'email.body.signature', 'email.object.prefix',
     'storage.avatars', 'storage.videos', 'storage.logs', 'storage.previews', 'storage.thumbnails', 'storage.torrents', 'storage.cache',
     'storage.redundancy', 'storage.tmp', 'storage.streaming_playlists',
     'log.level',