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/configuration/environment-variables.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
The first steps of the Getting Started guide mention [creating an `.env` file][getting-started_create-env].
4
4
5
-
The sections below outline in more detail the application environment variables that you may want to override, and their purpose.
5
+
The sections below outline in more detail the application environment variables that you may want to override, and their purpose. In App Service, this is more generally called the ["configuration"][app-service-config].
6
6
7
-
See other topic pages in this section for more specific environment variable configurations.
7
+
See other topic pages in this section for more specific environment variable configurations. See [benefits-secrets][benefits-secrets] for values.
8
8
9
9
## Docker
10
10
@@ -147,9 +147,6 @@ The base URL for the (running) application, against which all Cypress `.visit()`
147
147
When Cypress is running inside the devcontainer, this should be `http://localhost:8000`. When Cypress is running outside the
148
148
devcontainer, check the [`DJANGO_LOCAL_PORT`](#django_local_port).
Enables [log collection](../../deployment/infrastructure/#logs). Set the value in quotes, e.g. `APPLICATIONINSIGHTS_CONNECTION_STRING="InstrumentationKey=…"`.
0 commit comments