eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

Deploying onto a webserver with a different port number #43

Open owengriffin opened 13 years ago

owengriffin commented 13 years ago

Hi,

I'm running Apache2 on port 8080 on my local machine, and attempting to configure storytlr onto it.

However even though I'm setting web.host in the config.ini to localhost:8080 the HTML contains . What is the best way to over-write the configuration for this tag?

Cheers, O.