mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
one fewer t
This commit is contained in:
@@ -411,7 +411,7 @@ instructions above for more details.
|
|||||||
- [Deploying](./docs/all.md#deploying)
|
- [Deploying](./docs/all.md#deploying)
|
||||||
- [Egress Proxy](./docs/all.md#egress-proxy)
|
- [Egress Proxy](./docs/all.md#egress-proxy)
|
||||||
- [Managing environment variables](./docs/all.md#managing-environment-variables)
|
- [Managing environment variables](./docs/all.md#managing-environment-variables)
|
||||||
- [Managing application initiatlization](./docs/all.md#managing-application-initiatlization)
|
- [Managing application initialization](./docs/all.md#managing-application-initialization)
|
||||||
- [Sandbox environment](./docs/all.md#sandbox-environment)
|
- [Sandbox environment](./docs/all.md#sandbox-environment)
|
||||||
- [Database management](./docs/all.md#database-management)
|
- [Database management](./docs/all.md#database-management)
|
||||||
- [Initial state](./docs/all.md#initial-state)
|
- [Initial state](./docs/all.md#initial-state)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
- [Deploying](#deploying)
|
- [Deploying](#deploying)
|
||||||
- [Egress Proxy](#egress-proxy)
|
- [Egress Proxy](#egress-proxy)
|
||||||
- [Managing environment variables](#managing-environment-variables)
|
- [Managing environment variables](#managing-environment-variables)
|
||||||
- [Managing application initiatlization](#managing-application-initiatlization)
|
- [Managing application initialization](#managing-application-initialization)
|
||||||
- [Sandbox environment](#sandbox-environment)
|
- [Sandbox environment](#sandbox-environment)
|
||||||
- [Database management](#database-management)
|
- [Database management](#database-management)
|
||||||
- [Initial state](#initial-state)
|
- [Initial state](#initial-state)
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
- [Queues and tasks](#queues-and-tasks)
|
- [Queues and tasks](#queues-and-tasks)
|
||||||
- [Priority queue](#priority-queue)
|
- [Priority queue](#priority-queue)
|
||||||
- [Celery scheduled tasks](#celery-scheduled-tasks)
|
- [Celery scheduled tasks](#celery-scheduled-tasks)
|
||||||
- [Notify.gov](#us-notify)
|
- [Notify.gov](#notifygov)
|
||||||
- [System Description](#system-description)
|
- [System Description](#system-description)
|
||||||
- [Run Book](#run-book)
|
- [Run Book](#run-book)
|
||||||
- [ Alerts, Notifications, Monitoring](#-alerts-notifications-monitoring)
|
- [ Alerts, Notifications, Monitoring](#-alerts-notifications-monitoring)
|
||||||
@@ -361,7 +361,7 @@ Public env vars make up the configuration in `deploy-config`. These are pulled i
|
|||||||
- [ ] The relevant YAML file in `deploy-config` using the format `var_name: value`
|
- [ ] The relevant YAML file in `deploy-config` using the format `var_name: value`
|
||||||
- [ ] The manifest using the format `((var_name))`
|
- [ ] The manifest using the format `((var_name))`
|
||||||
|
|
||||||
## Managing application initiatlization
|
## Managing application initialization
|
||||||
|
|
||||||
In addition to the environment variable management, there may be some [additional application initialization](https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile) that needs to be accounted for. This can include the following:
|
In addition to the environment variable management, there may be some [additional application initialization](https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile) that needs to be accounted for. This can include the following:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user