Fixed settings.yml.cg

This commit is contained in:
Michael Snoyman 2011-09-22 09:02:27 +03:00
parent 29ce11cd5a
commit 8c094f154f

View File

@ -1,5 +1,5 @@
Default: &defaults
host: "http://localhost"
host: "localhost"
port: 3000
Development:
@ -12,4 +12,5 @@ Staging:
<<: *defaults
Production:
approot: "http://www.example.com"
<<: *defaults