From a9ffaed51f8ed4e401fae4bec66a10edc81b1b93 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 31 Dec 2018 22:52:58 +0200 Subject: [PATCH] Update docker base config --- docker/example-config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docker/example-config.yaml b/docker/example-config.yaml index 6ac3492..64176c8 100644 --- a/docker/example-config.yaml +++ b/docker/example-config.yaml @@ -48,6 +48,19 @@ registration_secrets: admins: root: "" +# API feature switches. +api_features: + login: true + plugin: true + plugin_upload: true + instance: true + instance_database: true + client: true + client_proxy: true + client_auth: true + dev_open: true + log: true + # Python logging configuration. # # See section 16.7.2 of the Python documentation for more info: