Skip to content

Commit f500217

Browse files
authored
Merge pull request compose-spec#333 from ndeloof/fix_config
fix config spec
2 parents 075d0e9 + 27d896c commit f500217

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

08-configs.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ application. The source of the config is either `file` or `external`.
2020
reference configs that contain special characters. The name is used as is
2121
and will **not** be scoped with the project name.
2222

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.
2523

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,
2725
by registering content of the `httpd.conf` as configuration data.
2826

2927
```yml

spec.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2310,10 +2310,8 @@ application. The source of the config is either `file` or `external`.
23102310
reference configs that contain special characters. The name is used as is
23112311
and will **not** be scoped with the project name.
23122312

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.
23152313

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,
23172315
by registering content of the `httpd.conf` as configuration data.
23182316

23192317
```yml

0 commit comments

Comments
 (0)