Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 577 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 577 Bytes

works-sprig-deprecated

What's this

  • A repository just to show my experience with Haskell/Servant
  • This works, but here's a rework

How to run

client/src/Config.elm

module Config exposing (endpoint)
endpoint = "http://localhost:3333/tasks"

server/pgconf.yaml

user    : "_env:PG_USER:{}"
password: "_env:PG_PASS:{}"
host    : "_env:PG_HOST:{}"
port    : "_env:PG_PORT:{}"
database: "_env:PG_DATABASE:{}"
poolsize: "_env:PG_POOLSIZE:{}"