Having trouble sorting through the code for haskellers.com

I tried running the codebase, and got this error. runhaskell fastcgi.hs fastcgi.hs: SqlError {seState = "", seNativeError = 1, seErrorMsg = "connectPostgreSQL: FATAL: password authentication failed for user \"haskellers\"\nFATAL: password authentication failed for user \"haskellers\"\n"} That's fine. I just need to know what the expected password should be, right? Then I can set up the postgres user Haskellers properly. Except I can't find exactly where a password/username are being passed. Telling me which file I should stare at until enlightenment comes would be helpful.

On Wed, Mar 2, 2011 at 4:53 AM, Michael Litchard
I tried running the codebase, and got this error.
runhaskell fastcgi.hs fastcgi.hs: SqlError {seState = "", seNativeError = 1, seErrorMsg = "connectPostgreSQL: FATAL: password authentication failed for user \"haskellers\"\nFATAL: password authentication failed for user \"haskellers\"\n"}
That's fine. I just need to know what the expected password should be, right? Then I can set up the postgres user Haskellers properly. Except I can't find exactly where a password/username are being passed.
Telling me which file I should stare at until enlightenment comes would be helpful.
My you soon find Nirvana :)
https://github.com/snoyberg/haskellers/blob/master/Settings.hs#L68 https://github.com/snoyberg/haskellers/blob/master/Settings.hs#L68Michael

Thanks! I choose this codebase for my project because you said it
demonstrates good design practices. It's far more functionality than
I need, but I want to keep the design you used and build off that.
On Tue, Mar 1, 2011 at 8:35 PM, Michael Snoyman
On Wed, Mar 2, 2011 at 4:53 AM, Michael Litchard
wrote: I tried running the codebase, and got this error.
runhaskell fastcgi.hs fastcgi.hs: SqlError {seState = "", seNativeError = 1, seErrorMsg = "connectPostgreSQL: FATAL: password authentication failed for user \"haskellers\"\nFATAL: password authentication failed for user \"haskellers\"\n"}
That's fine. I just need to know what the expected password should be, right? Then I can set up the postgres user Haskellers properly. Except I can't find exactly where a password/username are being passed.
Telling me which file I should stare at until enlightenment comes would be helpful.
My you soon find Nirvana :) https://github.com/snoyberg/haskellers/blob/master/Settings.hs#L68 Michael
participants (2)
-
Michael Litchard
-
Michael Snoyman