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 <$> getContents
putStrLn "name: yesod-platform" putStrLn "name: yesod-platform"
putStrLn "version: FIXME" putStrLn "version: FIXME"
putStrLn "license: BSD3" putStrLn "license: MIT"
putStrLn "license-file: LICENSE" putStrLn "license-file: LICENSE"
putStrLn "author: Michael Snoyman <michael@snoyman.com>" putStrLn "author: Michael Snoyman <michael@snoyman.com>"
putStrLn "maintainer: Michael Snoyman <michael@snoyman.com>" putStrLn "maintainer: Michael Snoyman <michael@snoyman.com>"

View File

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