1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Fix peertube tools auth

This commit is contained in:
Chocobozzz 2022-01-20 09:33:49 +01:00
parent d511df2890
commit 4abc7b053a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 34 additions and 25 deletions

View file

@ -153,7 +153,7 @@ function isProdInstance () {
}
function getAppNumber () {
return process.env.NODE_APP_INSTANCE
return process.env.NODE_APP_INSTANCE || ''
}
// ---------------------------------------------------------------------------