Skip to content

Instantly share code, notes, and snippets.

@halcyon
Created October 16, 2018 00:41
Show Gist options
  • Save halcyon/bb8bec938cc3a08496f051874cab875c to your computer and use it in GitHub Desktop.
Save halcyon/bb8bec938cc3a08496f051874cab875c to your computer and use it in GitHub Desktop.
{:com.coinregtech.http/http-kit {:port 8080
:handler #ig/ref :com.coinregtech.handler/handler}
:com.coinregtech.handler/handler {:db #ig/ref :com.coinregtech.datomic/db
:cors? false}
:com.coinregtech.datomic/db {:uri "datomic:free://localhost:4334/toodles?password=harry"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment