Hi Russ,
Wiki.cfc handler line number 13, 'localhost:8500'
This should not be bound to static/fixed url, you can have setting in
coldbox.xml.cfm as a example like ( baseURL )
baseURL = 'localhost'
or
baseURL = '
www.skweegee.com'
Let the user's to decide what URL they like to set for skweegee App.
Thanks