summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/automatix.nix15
1 files changed, 12 insertions, 3 deletions
diff --git a/host/automatix.nix b/host/automatix.nix
index 87ac16a..9724b95 100644
--- a/host/automatix.nix
+++ b/host/automatix.nix
@@ -28,9 +28,18 @@
httpPort = 3000;
extraConfig = ''
- [service]
- DISABLE_REGISTRATION = true
- SHOW_REGISTRATION_BUTTON = false
+ [server]
+ LANDING_PAGE = "explore"
+ [service]
+ DISABLE_REGISTRATION = true
+ SHOW_REGISTRATION_BUTTON = false
+ [api]
+ ENABLE_SWAGGER_ENDPOINT = false
+ [picture]
+ DISABLE_GRAVATAR = true
+ [other]
+ SHOW_FOOTER_VERSION = false
+ SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
'';
};