From e22528aca6eb58c8f8005790ac6e76ed4f8ad706 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Mar 2017 11:32:39 +0100 Subject: Server: add config endpoint --- config/default.yaml | 3 +++ config/production.yaml.example | 3 +++ config/test.yaml | 3 +++ 3 files changed, 9 insertions(+) (limited to 'config') 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: admin: email: 'admin@example.com' + +signup: + 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: admin: email: 'admin@example.com' + +signup: + 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: database: hostname: 'localhost' port: 5432 + +signup: + enabled: true -- cgit v1.2.3