Skip to content

Commit 10ff042

Browse files
Config for Tidewave client URL (#3118)
Co-authored-by: Jonatan Kłosko <[email protected]>
1 parent 4626a63 commit 10ff042

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/runtime.exs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
import Config
22
Livebook.config_runtime()
3+
4+
if config_env() == :dev do
5+
if tidewave_client_url = System.get_env("TIDEWAVE_CLIENT_URL") do
6+
config :tidewave, client_url: tidewave_client_url
7+
end
8+
end

0 commit comments

Comments
 (0)