mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server: add config endpoint
This commit is contained in:
@@ -25,3 +25,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin@example.com'
|
||||
|
||||
signup:
|
||||
enabled: false
|
||||
|
||||
@@ -26,3 +26,6 @@ storage:
|
||||
|
||||
admin:
|
||||
email: 'admin@example.com'
|
||||
|
||||
signup:
|
||||
enabled: false
|
||||
|
||||
@@ -7,3 +7,6 @@ webserver:
|
||||
database:
|
||||
hostname: 'localhost'
|
||||
port: 5432
|
||||
|
||||
signup:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user