From ed654fa25df4f44516c3348ebe275bdb6f31b6be Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 24 May 2024 00:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'config/app=5Fconfig.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app_config.yml b/config/app_config.yml index f2116f3..e0aef6e 100644 --- a/config/app_config.yml +++ b/config/app_config.yml @@ -12,8 +12,8 @@ defaults: &defaults mandatory_keys: [layer_opts, sql_api, varnish_management, redis, session_domain] session_domain: 'cartodb.localhost' # If activated, urls will use usernames in format //SESSION_DOMAIN/user/USERNAME and ignore subdomains if present - subdomainless_urls: false - http_port: 3000 # nil|integer. HTTP port to use when building urls. Leave empty to use default (80) + subdomainless_urls: true + http_port: # 3000 # nil|integer. HTTP port to use when building urls. Leave empty to use default (80) https_port: # nil|integer. HTTPS port to use when building urls. Leave empty to use default (443) # Setting this to true will enable ActiveController's enforcement of SSL. ssl_required: false