Browse Source

connection settings

Jérôme Mahuet 9 years ago
parent
commit
e3615f2056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Haskell/spock/src/Main.hs

+ 1 - 1
frameworks/Haskell/spock/src/Main.hs

@@ -24,7 +24,7 @@ import           Views.Fortune
 creds :: PG.ConnectInfo
 creds =
     PG.ConnectInfo
-        { PG.connectHost     = "172.16.0.16"
+        { PG.connectHost     = "localhost"
         , PG.connectPort     = 5432
         , PG.connectUser     = "benchmarkdbuser"
         , PG.connectPassword = "benchmarkdbpass"