更新 'config/app_config.yml'
This commit is contained in:
parent
588d5f88ca
commit
ed654fa25d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user