You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/configure-environment-variables.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This tutorial will show you how to configure sensitive environment variables in
16
16
17
17
## Step 1 - Go to your `compose.yaml` file
18
18
:::info
19
-
If you are using [Pulumi](/docs/concepts/pulumi) instead of Compose files to define your application, please see [Using Config With Pulumi](/docs/concepts/configuration#using-config-with-pulumi).
19
+
If you are using [Pulumi](/docs/concepts/pulumi) instead of Compose files to define your services, please see [Using Config With Pulumi](/docs/concepts/configuration#using-config-with-pulumi) instead.
20
20
:::
21
21
22
22
In your Compose file, you can define a sensitive config variable for your service by leaving it as a **blank or `null` value**. Defang will recognize it as a sensitive value.
@@ -48,7 +48,7 @@ defang config set API_KEY=actualvalue
48
48
Remember to replace `API_KEY` with your variable name and `actualvalue` with your actual value.
49
49
50
50
:::tip
51
-
You can view all of your config variables by doing `defang config ls`.
51
+
You can view all the config variables you are storing in Defang by doing:`defang config ls`.
0 commit comments