kitlangton / zio-app

Quickly create and develop full-stack Scala apps with ZIO and Laminar.
124 stars 33 forks source link

Connect config to app and use relocated config file, now in HOCON/JSON format #17

Closed softdevca closed 3 years ago

softdevca commented 3 years ago

application.conf is no longer in YAML, instead it's in HOCON/JSON/TypeSafe format. No more apology comment necessary and you can now show (the top half of) your face in public.

Moved application.conf from the project root to the backend project, eliminating the need for a relative path that breaks if the project is set to backend and built from there instead of the root. sbt> project backend; ~reStart now works.

kitlangton commented 3 years ago

Wow! You're on a roll 👍 Thanks for all the PRs today.

softdevca commented 3 years ago

If I'm going to fix it in my code it might as well go upstream.

On Mon, 14 Jun 2021 at 21:47, Kit Langton @.***> wrote:

Wow! You're on a roll 👍 Thanks for all the PRs today.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kitlangton/zio-app/pull/17#issuecomment-861166073, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR5U7U4KWIUH7PWVMASTMDTS3LPHANCNFSM46WM7OXA .

kitlangton commented 3 years ago

@softdevca I greatly appreciate that mindset! :D Of course, let me know if have any feature requests/feedback :)