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