Clarify that env vars are specific to this machine

This commit is contained in:
José Valim 2022-10-20 19:55:38 +02:00
parent 23e071386b
commit d392e8d4ab

View file

@ -126,9 +126,10 @@ defmodule LivebookWeb.SettingsLive do
Environment variables
</h2>
<p class="mt-4 text-gray-700">
Environment variables store global values which are available
inside your notebooks. You can also configure the <code>PATH</code>
environment to make system dependencies available to notebooks.
Environment variables store global values, specific to this
Livebook instance, which are available inside your notebooks.
You can also configure the <code>PATH</code> environment to
make system dependencies available to notebooks.
</p>
<.live_component
module={LivebookWeb.EnvVarsComponent}