Server: add config endpoint

This commit is contained in:
Chocobozzz
2017-03-10 11:32:39 +01:00
parent a2457e9de4
commit e22528aca6
10 changed files with 115 additions and 1 deletions

View File

@@ -25,3 +25,6 @@ storage:
admin:
email: 'admin@example.com'
signup:
enabled: false

View File

@@ -26,3 +26,6 @@ storage:
admin:
email: 'admin@example.com'
signup:
enabled: false

View File

@@ -7,3 +7,6 @@ webserver:
database:
hostname: 'localhost'
port: 5432
signup:
enabled: true