biff

A web framework + self-hosted deployment solution for Clojure. Repo: https://github.com/jacobobryant/biff. Docs: https://biff.findka.com
ozzloy 2020-08-14T18:27:18.074700Z

i'm trying to modify the example to run the dev build so my gf and i can try it out. i'd like to modify the port and possibly host. i've tried modifying example/config.edn to add {:dev {:example.biff/host "my-ip", :biff.web/port 8081}} and modify config.edn to add {:dev {:biff/host "my-ip"}}. i was able to open my-ip:9630, and start the app build. but i'm unable to connect to my-ip:8081.

ozzloy 2020-08-14T18:28:34.075200Z

do i need to modify both config.edn and example/config.edn?

ozzloy 2020-08-14T18:29:00.075800Z

i was able to modify just the port, so i can go to localhost:8081

ozzloy 2020-08-14T18:43:58.076900Z

also, there's an exception thrown when running the getting started: https://wtools.io/paste-code/b1N0

ozzloy 2020-08-14T18:44:27.077500Z

this is the output from running the instructions https://findka.com/biff/#getting-started here