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:
parent
d511df2890
commit
4abc7b053a
3 changed files with 34 additions and 25 deletions
|
@ -153,7 +153,7 @@ function isProdInstance () {
|
|||
}
|
||||
|
||||
function getAppNumber () {
|
||||
return process.env.NODE_APP_INSTANCE
|
||||
return process.env.NODE_APP_INSTANCE || ''
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue