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