Skip to content

Commit

Permalink
Setup default dev env. port
Browse files Browse the repository at this point in the history
It seems to be giving headaches so setting the port to the default 3000
  • Loading branch information
Kartones committed Apr 9, 2015
1 parent 1d30260 commit 10a1f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app_config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults: &defaults
session_domain: '.localhost.lan'
# If activated, urls will use usernames in format //SESSION_DOMAIN/user/USERNAME and ignore subdomains if present
subdomainless_urls: false
http_port: # 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)
secret_token: '71c2b25921b84a1cb21c71503ab8fb23'
account_host: 'localhost.lan:3000'
Expand Down

0 comments on commit 10a1f20

Please sign in to comment.