@@ -76,6 +76,24 @@ user-specific state of the deployment:
76
76
* <Btn >Enter Development Mode</Btn > button indicates whether a user has
77
77
entered the [ development mode] [ ref-dev-mode ] .
78
78
79
+ ## Deployment settings
80
+
81
+ You can manage various settings of a deployment, such as [ environment
82
+ variables] ( #environment-variables ) , by navigating to the <Btn >Settings</Btn > page of the
83
+ deployment.
84
+
85
+ ### Environment variables
86
+
87
+ You can configure environment variables by navigating to <Btn >Settings → Environment
88
+ variables</Btn > where you can add, edit, or remove environment variables for your
89
+ deployment.
90
+
91
+ For convenience, environment variables are split into two lists: ones that relate to
92
+ the [ data source] [ ref-data-sources ] configuration and all other variables.
93
+ Browsing environment variables is reflected in the [ Audit Log] [ ref-audit-log ] .
94
+
95
+ <Screenshot src = " https://ucarecdn.com/e7d6cbc3-ed83-492c-9376-dee501ae747a/" />
96
+
79
97
## Cube version
80
98
81
99
Each [ environment] [ ref-environments ] within a Cube Cloud deployment runs a specific
@@ -151,4 +169,6 @@ resource consumption in different scenarios.
151
169
[ ref-environments ] : /product/workspace/environments
152
170
[ ref-environments-prod ] : /product/workspace/environments#production-environment
153
171
[ ref-lts ] : /product/distribution#long-term-support
154
- [ link-semver ] : https://semver.org
172
+ [ link-semver ] : https://semver.org
173
+ [ ref-data-sources ] : /product/configuration/data-sources
174
+ [ ref-audit-log ] : /product/workspace/audit-log
0 commit comments