create-zuplo-api 7.0.0 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,13 +15,5 @@ for every application on the route.
|
|
|
15
15
|
## Customizing the gateway
|
|
16
16
|
|
|
17
17
|
- Declare additional selectable policies (including custom code policies) in
|
|
18
|
-
`config/policies.json`.
|
|
19
|
-
`handler.options` using `$env(...)` references so they are resolved at build
|
|
20
|
-
time and never stored in application configuration.
|
|
18
|
+
`config/policies.json`.
|
|
21
19
|
- Pushes to your default branch deploy the gateway to production.
|
|
22
|
-
|
|
23
|
-
## Environment variables
|
|
24
|
-
|
|
25
|
-
Configure credentials for the pre-declared firewall and tracing policies in
|
|
26
|
-
their options in `config/policies.json`. Reference environment variables with
|
|
27
|
-
`$env(VAR)` and set them in your project's Environment Variables settings.
|