Skip to content

Commit c26412b

Browse files
committed
docs: remove outdated information about where secret values come from
1 parent 7137ed9 commit c26412b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/configuration/environment-variables.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The first steps of the Getting Started guide mention [creating an `.env` file][g
44

55
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].
66

7-
See other topic pages in this section for more specific environment variable configurations. See [benefits-secrets][benefits-secrets] for values.
7+
See other topic pages in this section for more specific environment variable configurations.
88

99
## Docker
1010

@@ -164,5 +164,4 @@ Enables [sending events to Sentry](../../deployment/troubleshooting/#error-monit
164164
Segments errors by which deployment they occur in. This defaults to `local`, and can be set to match one of the [environment names](../../deployment/infrastructure/#environments).
165165

166166
[app-service-config]: https://docs.microsoft.com/en-us/azure/app-service/configure-common?tabs=portal
167-
[benefits-secrets]: https://github.com/cal-itp/benefits-secrets
168167
[getting-started_create-env]: ../getting-started/README.md#create-an-environment-file

docs/deployment/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
## Deployment process
66

77
The Django application gets built into a [Docker image][dockerfile] with [NGINX](https://www.nginx.com/) and
8-
[Gunicorn](https://gunicorn.org/). SQLite is used within that same container to store configuration data and Azure Blobs are
9-
used for secrets; there is no external database.
8+
[Gunicorn](https://gunicorn.org/). SQLite is used within that same container to store configuration data; there is no external database.
109

1110
The application is deployed to an [Azure Web App Container][az-webapp] using three separate environments for `dev`, `test`,
1211
and `prod`.

0 commit comments

Comments
 (0)