aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-03-10 11:32:39 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-03-10 11:32:39 +0100
commite22528aca6eb58c8f8005790ac6e76ed4f8ad706 (patch)
tree9669efb759249438e2b065171f19f817f7d48440 /config
parenta2457e9de4a598ea34629bc40eb882ce03ec0ede (diff)
downloadPeerTube-e22528aca6eb58c8f8005790ac6e76ed4f8ad706.tar.gz
PeerTube-e22528aca6eb58c8f8005790ac6e76ed4f8ad706.tar.zst
PeerTube-e22528aca6eb58c8f8005790ac6e76ed4f8ad706.zip
Server: add config endpoint
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/production.yaml.example3
-rw-r--r--config/test.yaml3
3 files changed, 9 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 172bbef1e..a5ac15794 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -25,3 +25,6 @@ storage:
25 25
26admin: 26admin:
27 email: 'admin@example.com' 27 email: 'admin@example.com'
28
29signup:
30 enabled: false
diff --git a/config/production.yaml.example b/config/production.yaml.example
index cbfb0f46c..8e9d4b32d 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -26,3 +26,6 @@ storage:
26 26
27admin: 27admin:
28 email: 'admin@example.com' 28 email: 'admin@example.com'
29
30signup:
31 enabled: false
diff --git a/config/test.yaml b/config/test.yaml
index 493a23076..1a08d5ed1 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -7,3 +7,6 @@ webserver:
7database: 7database:
8 hostname: 'localhost' 8 hostname: 'localhost'
9 port: 5432 9 port: 5432
10
11signup:
12 enabled: true