更新 'config/app_config.yml'

main
zhongjin 4 months ago
parent 588d5f88ca
commit ed654fa25d

@ -12,8 +12,8 @@ defaults: &defaults
mandatory_keys: [layer_opts, sql_api, varnish_management, redis, session_domain] mandatory_keys: [layer_opts, sql_api, varnish_management, redis, session_domain]
session_domain: 'cartodb.localhost' session_domain: 'cartodb.localhost'
# If activated, urls will use usernames in format //SESSION_DOMAIN/user/USERNAME and ignore subdomains if present # If activated, urls will use usernames in format //SESSION_DOMAIN/user/USERNAME and ignore subdomains if present
subdomainless_urls: false subdomainless_urls: true
http_port: 3000 # nil|integer. HTTP port to use when building urls. Leave empty to use default (80) 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) 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. # Setting this to true will enable ActiveController's enforcement of SSL.
ssl_required: false ssl_required: false

Loading…
Cancel
Save