change port
This commit is contained in:
parent
272bcb6ab6
commit
564d1ee79d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ main = do
|
||||||
void $ execute_ conn initAmount
|
void $ execute_ conn initAmount
|
||||||
void $ execute_ conn initJournal
|
void $ execute_ conn initJournal
|
||||||
withStdoutLogger $ \ilog -> do
|
withStdoutLogger $ \ilog -> do
|
||||||
let settings = setPort 3000 $ setLogger ilog defaultSettings
|
let settings = setPort 8000 $ setLogger ilog defaultSettings
|
||||||
initState = ReadState
|
initState = ReadState
|
||||||
{ rsConnection = conn
|
{ rsConnection = conn
|
||||||
, rsTicketStore = store
|
, rsTicketStore = store
|
||||||
|
|
Loading…
Reference in a new issue