File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,8 @@ application. The source of the config is either `file` or `external`.
20
20
reference configs that contain special characters. The name is used as is
21
21
and will ** not** be scoped with the project name.
22
22
23
- In this example, ` http_config ` is created (as ` <project_name>_http_config ` ) when the application is deployed,
24
- and ` my_second_config ` MUST already exist on Platform and value will be obtained by lookup.
25
23
26
- In this example, ` server-http_config ` is created as ` <project_name>_http_config ` when the application is deployed,
24
+ In this example, ` <project_name>_http_config ` is created when the application is deployed,
27
25
by registering content of the ` httpd.conf ` as configuration data.
28
26
29
27
``` yml
Original file line number Diff line number Diff line change @@ -2310,10 +2310,8 @@ application. The source of the config is either `file` or `external`.
2310
2310
reference configs that contain special characters. The name is used as is
2311
2311
and will **not** be scoped with the project name.
2312
2312
2313
- In this example, `http_config` is created (as `<project_name>_http_config`) when the application is deployed,
2314
- and `my_second_config` MUST already exist on Platform and value will be obtained by lookup.
2315
2313
2316
- In this example, `server-http_config` is created as ` <project_name>_http_config` when the application is deployed,
2314
+ In this example, `<project_name>_http_config` is created when the application is deployed,
2317
2315
by registering content of the `httpd.conf` as configuration data.
2318
2316
2319
2317
` ` ` yml
You can’t perform that action at this time.
0 commit comments