Skip to content

Commit c97880e

Browse files
committed
if you code multilanguage whole day, you might confused
1 parent ef98fe8 commit c97880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/releases.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ config :coliving, ColivingWeb.Endpoint,
3737

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

0 commit comments

Comments
 (0)