Fix scaffolded settings.yml
This commit is contained in:
parent
5a716de3d0
commit
2aed359e44
@ -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>"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user