Skip to content

Commit b98beb1

Browse files
committed
little fixes
1 parent 222ba93 commit b98beb1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

apps/docs/static/llms-full.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5635,12 +5635,15 @@ This configuration allows you to:
56355635
# Features > Env Variables
56365636

56375637
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+
:::
56385641
## Service Variables
56395642
Variables that are specific to individual [services](/features/infrastructure#services).
56405643
### User-Defined Variables
56415644
You can define service-level variables in two ways:
56425645
#### 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.
56445647
```yaml title="zerops.yaml"
56455648
...
56465649
build:

apps/docs/static/llms-small.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5440,12 +5440,15 @@ This configuration allows you to:
54405440
# Features > Env Variables
54415441

54425442
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+
:::
54435446
## Service Variables
54445447
Variables that are specific to individual [services](/features/infrastructure#services).
54455448
### User-Defined Variables
54465449
You can define service-level variables in two ways:
54475450
#### 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.
54495452
```yaml title="zerops.yaml"
54505453
...
54515454
build:

0 commit comments

Comments
 (0)