Skip to content

Commit 31b524b

Browse files
committed
Improve documentation of config tool
1 parent bdf807a commit 31b524b

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

doc/manual/_config-tool.adoc

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,31 @@ This makes diff & merge easy.
272272

273273
Following kind of configuration files are supported:
274274

275-
* Environmentalized fields: Mandatory configuration file for environmentalized fields.
276-
* Certificates: Optional configuration file for certificates.
277-
* Properties: Optional configuration files for properties.
275+
.Configuration Files
276+
[cols="2,<4a,^1,^1", options="header"]
277+
|===
278+
|File|Description|Mandatory|Updated footnote:[Files will be updated by plugin or config tool automatically]
279+
280+
|Environmentalized fields
281+
|Configuration file for environmentalized fields.
282+
|yes
283+
|yes
284+
285+
|Certificates
286+
|Configuration file for certificates stored in the project.
287+
|no
288+
|yes
289+
290+
|Properties
291+
|Configuration file for properties references by the environmentalized fields and certificate configuration.
292+
|no
293+
|no
294+
295+
|Secrets
296+
|Configuration file confidential properties.
297+
|no
298+
|no
299+
|===
278300

279301
=== Environmentalized Fields
280302

@@ -415,7 +437,9 @@ NOTE: If `value` is _null_ the field is treated as undefined and the build will
415437

416438
=== Certificates
417439
The configuration for certificates is stored in a separate JSON file.
418-
It specifies the alias of the certificates within the project and the source of the replacement certificate.
440+
It specifies the alias of the certificates within the project and the source of the replacement certificate.
441+
442+
When the file is specified it will be automatically generated/updated according to the certificates stored in your project.
419443

420444
.src/main/axwgw/gateway.certs.json
421445
[source,json]

0 commit comments

Comments
 (0)