From 55d4240dbfaeba9785b55e9d1566c91c2c78f424 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 23 Jan 2024 16:03:22 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.production.yml b/stack.production.yml index 911adde..7b079f5 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -34,7 +34,7 @@ services: - HS_SERVER=http://headscale_headscale:8080 # Reachable endpoint for your Headscale server - DOMAIN_NAME=https://headadmin.nixc.us # The base domain name for this container. # - SCRIPT_NAME=/ # This is your applications base path (wsgi requires the name "SCRIPT_NAME"). Remove if you are hosing at the root / - - KEY="3GBBErgYM6gD2JjT95msnVdfMZ5P4MQcpkS7JtlO4KY=" # Generate with "openssl rand -base64 32" - used to encrypt your key on disk. + - KEY="lzaAI5nenkxAeR1OZdKSYCqHsBnRtFCg2+anEeEkIhw=" # Generate with "openssl rand -base64 32" - used to encrypt your key on disk. - AUTH_TYPE=basic # AUTH_TYPE is either Basic or OIDC. Empty for no authentication - LOG_LEVEL=info # Log level. "DEBUG", "ERROR", "WARNING", or "INFO". Default "INFO" # ENV for Basic Auth (Used only if AUTH_TYPE is "Basic"). Can be omitted if you aren't using Basic Auth