zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 57dc56a0d1a31b3d68c823e1cd729d2551718136
parent 86537694c1c99f2fed3d78ee623c70daf8524337
Author: Alberto Lerda <albertolerda97@gmail.com>
Date:   Wed, 21 Sep 2022 13:06:24 +0200

conf: fix typo

Diffstat:
Mconf/runtime.exs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/runtime.exs b/conf/runtime.exs @@ -69,7 +69,7 @@ config :zenflows, Zenflows.DB.Repo, db_conf # restroom # config :zenflows, Zenflows.Restroom, - room_host: get_env!("ROOM_HOST", "localhost"), + room_host: get_env("ROOM_HOST", "localhost"), room_port: get_env_int.("ROOM_PORT", 3000), room_salt: fetch_env!("ROOM_SALT")