mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
one fewer t
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- [Deploying](#deploying)
|
||||
- [Egress Proxy](#egress-proxy)
|
||||
- [Managing environment variables](#managing-environment-variables)
|
||||
- [Managing application initiatlization](#managing-application-initiatlization)
|
||||
- [Managing application initialization](#managing-application-initialization)
|
||||
- [Sandbox environment](#sandbox-environment)
|
||||
- [Database management](#database-management)
|
||||
- [Initial state](#initial-state)
|
||||
@@ -34,7 +34,7 @@
|
||||
- [Queues and tasks](#queues-and-tasks)
|
||||
- [Priority queue](#priority-queue)
|
||||
- [Celery scheduled tasks](#celery-scheduled-tasks)
|
||||
- [Notify.gov](#us-notify)
|
||||
- [Notify.gov](#notifygov)
|
||||
- [System Description](#system-description)
|
||||
- [Run Book](#run-book)
|
||||
- [ 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 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user