Skip to content

Commit 0aaba9c

Browse files
committed
fixed renamed config parameters: camunda -> engine
1 parent a55c9b9 commit 0aaba9c

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

docs/src/operations/v2.0.0/bpe/configuration.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ icon: config
4141
- **Example:** `jdbc:postgresql://db/bpe`
4242

4343

44-
### DEV_DSF_BPE_DB_USER_CAMUNDA_GROUP
45-
- **Property:** dev.dsf.bpe.db.user.camunda.group
44+
### DEV_DSF_BPE_DB_USER_ENGINE_GROUP
45+
- **Property:** dev.dsf.bpe.db.user.engine.group
4646
- **Required:** No
47-
- **Description:** Name of the user group to access the database from the DSF BPE server for camunda processes
48-
- **Default:** `camunda_users`
47+
- **Description:** Name of the user group to access the database from the DSF BPE server workflow engine
48+
- **Default:** `bpe_engine_users`
4949

5050

51-
### DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD or DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD_FILE
52-
- **Property:** dev.dsf.bpe.db.user.camunda.password
51+
### DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD or DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD_FILE
52+
- **Property:** dev.dsf.bpe.db.user.engine.password
5353
- **Required:** Yes
54-
- **Description:** Password to access the database from the DSF BPE server for camunda processes
55-
- **Recommendation:** Use docker secret file to configure using *DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD_FILE*
56-
- **Example:** `/run/secrets/db_user_camunda.password`
54+
- **Description:** Password to access the database from the DSF BPE server workflow engine
55+
- **Recommendation:** Use docker secret file to configure using *DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD_FILE*
56+
- **Example:** `/run/secrets/db_user_engine.password`
5757

5858

59-
### DEV_DSF_BPE_DB_USER_CAMUNDA_USERNAME
60-
- **Property:** dev.dsf.bpe.db.user.camunda.username
59+
### DEV_DSF_BPE_DB_USER_ENGINE_USERNAME
60+
- **Property:** dev.dsf.bpe.db.user.engine.username
6161
- **Required:** No
62-
- **Description:** Username to access the database from the DSF BPE server for camunda processes
62+
- **Description:** Username to access the database from the DSF BPE server workflow engine
6363
- **Recommendation:** Use a different user then in *DEV_DSF_BPE_DB_USER_USERNAME*
64-
- **Default:** `camunda_server_user`
64+
- **Default:** `bpe_server_engine_user`
6565

6666

6767
### DEV_DSF_BPE_DB_USER_GROUP

docs/src/operations/v2.0.1/bpe/configuration.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ icon: config
4141
- **Example:** `jdbc:postgresql://db/bpe`
4242

4343

44-
### DEV_DSF_BPE_DB_USER_CAMUNDA_GROUP
45-
- **Property:** dev.dsf.bpe.db.user.camunda.group
44+
### DEV_DSF_BPE_DB_USER_ENGINE_GROUP
45+
- **Property:** dev.dsf.bpe.db.user.engine.group
4646
- **Required:** No
47-
- **Description:** Name of the user group to access the database from the DSF BPE server for camunda processes
48-
- **Default:** `camunda_users`
47+
- **Description:** Name of the user group to access the database from the DSF BPE server workflow engine
48+
- **Default:** `bpe_engine_users`
4949

5050

51-
### DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD or DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD_FILE
52-
- **Property:** dev.dsf.bpe.db.user.camunda.password
51+
### DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD or DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD_FILE
52+
- **Property:** dev.dsf.bpe.db.user.engine.password
5353
- **Required:** Yes
54-
- **Description:** Password to access the database from the DSF BPE server for camunda processes
55-
- **Recommendation:** Use docker secret file to configure using *DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD_FILE*
56-
- **Example:** `/run/secrets/db_user_camunda.password`
54+
- **Description:** Password to access the database from the DSF BPE server workflow engine
55+
- **Recommendation:** Use docker secret file to configure using *DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD_FILE*
56+
- **Example:** `/run/secrets/db_user_engine.password`
5757

5858

59-
### DEV_DSF_BPE_DB_USER_CAMUNDA_USERNAME
60-
- **Property:** dev.dsf.bpe.db.user.camunda.username
59+
### DEV_DSF_BPE_DB_USER_ENGINE_USERNAME
60+
- **Property:** dev.dsf.bpe.db.user.engine.username
6161
- **Required:** No
62-
- **Description:** Username to access the database from the DSF BPE server for camunda processes
62+
- **Description:** Username to access the database from the DSF BPE server workflow engine
6363
- **Recommendation:** Use a different user then in *DEV_DSF_BPE_DB_USER_USERNAME*
64-
- **Default:** `camunda_server_user`
64+
- **Default:** `bpe_server_engine_user`
6565

6666

6767
### DEV_DSF_BPE_DB_USER_GROUP

0 commit comments

Comments
 (0)