Initial project setup
This commit is contained in:
10
Config/Config.hs
Normal file
10
Config/Config.hs
Normal file
@@ -0,0 +1,10 @@
|
||||
module Config where
|
||||
|
||||
import IHP.Prelude
|
||||
import IHP.Environment
|
||||
import IHP.FrameworkConfig
|
||||
|
||||
config :: ConfigBuilder
|
||||
config = do
|
||||
option Development
|
||||
option (AppHostname "localhost")
|
||||
Reference in New Issue
Block a user