mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add user adminFlags
This commit is contained in:
parent
31b48aad47
commit
1eddc9a74f
65 changed files with 982 additions and 591 deletions
|
@ -255,6 +255,8 @@ async function startApplication () {
|
|||
|
||||
// Make server listening
|
||||
server.listen(port, hostname, () => {
|
||||
logger.debug('CONFIG', { CONFIG })
|
||||
|
||||
logger.info('Server listening on %s:%d', hostname, port)
|
||||
logger.info('Web server: %s', WEBSERVER.URL)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue