Skip to content

Commit

Permalink
if you code multilanguage whole day, you might confused
Browse files Browse the repository at this point in the history
  • Loading branch information
nesimtunc committed May 15, 2020
1 parent ef98fe8 commit c97880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ config :coliving, ColivingWeb.Endpoint,

config :coliving,
app_title: System.get_env("APP_TITLE") || "CoThings",
app_image_url: System.get_env("APP_IMAGE_URL") || "https://" + System.get_env("HOST") + "/images/app_image.jpg",
app_image_url: System.get_env("APP_IMAGE_URL") || "https://" <> System.get_env("HOST") <> "/images/app_image.jpg",
usage_logging_enabled: toBool.(System.get_env("LOG_ROOM_USAGE"), false)

0 comments on commit c97880e

Please sign in to comment.