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: apps/docs/static/llms-full.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5635,12 +5635,15 @@ This configuration allows you to:
5635
5635
# Features > Env Variables
5636
5636
5637
5637
Zerops manages environment variables at two scopes: service level and project level. These variables are handled automatically without requiring `.env` files.
5638
+
:::note
5639
+
Only runtime variables are visible and editable in GUI.
5640
+
:::
5638
5641
## Service Variables
5639
5642
Variables that are specific to individual [services](/features/infrastructure#services).
5640
5643
### User-Defined Variables
5641
5644
You can define service-level variables in two ways:
5642
5645
#### 1. Build & Runtime Variables
5643
-
These variables are defined with `envVariables` attribute in the `build` or `run` section of your [zerops.yaml](/zerops-yaml/specification) file and are accessible within their respective containers.
5646
+
These variables are defined with `envVariables` attribute in the [build](/zerops-yaml/specification#envvariables-) or [run](/zerops-yaml/specification#envvariables--1) section of your `zerops.yaml` file and are accessible within their respective containers.
Copy file name to clipboardExpand all lines: apps/docs/static/llms-small.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5440,12 +5440,15 @@ This configuration allows you to:
5440
5440
# Features > Env Variables
5441
5441
5442
5442
Zerops manages environment variables at two scopes: service level and project level. These variables are handled automatically without requiring `.env` files.
5443
+
:::note
5444
+
Only runtime variables are visible and editable in GUI.
5445
+
:::
5443
5446
## Service Variables
5444
5447
Variables that are specific to individual [services](/features/infrastructure#services).
5445
5448
### User-Defined Variables
5446
5449
You can define service-level variables in two ways:
5447
5450
#### 1. Build & Runtime Variables
5448
-
These variables are defined with `envVariables` attribute in the `build` or `run` section of your [zerops.yaml](/zerops-yaml/specification) file and are accessible within their respective containers.
5451
+
These variables are defined with `envVariables` attribute in the [build](/zerops-yaml/specification#envvariables-) or [run](/zerops-yaml/specification#envvariables--1) section of your `zerops.yaml` file and are accessible within their respective containers.
0 commit comments