Fix scaffolded settings.yml

This commit is contained in:
Michael Snoyman 2012-04-09 13:24:46 +03:00
parent 5a716de3d0
commit 2aed359e44
2 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,7 @@ main = do
<$> getContents
putStrLn "name: yesod-platform"
putStrLn "version: FIXME"
putStrLn "license: BSD3"
putStrLn "license: MIT"
putStrLn "license-file: LICENSE"
putStrLn "author: Michael Snoyman <michael@snoyman.com>"
putStrLn "maintainer: Michael Snoyman <michael@snoyman.com>"

View File

@ -1,5 +1,5 @@
Default: &defaults
host: "localhost"
host: "*4" # any IPv4 host
port: 3000
copyright: Insert copyright statement here
#analytics: UA-YOURCODE
@ -14,7 +14,5 @@ Staging:
<<: *defaults
Production:
host: "*4" # any IPv4 host
port: 3000
approot: "http://www.example.com"
#approot: "http://www.example.com"
<<: *defaults