Skip to content

Commit

Permalink
Merge pull request #2328 from sumesh-aot/fwf-3480
Browse files Browse the repository at this point in the history
Changes to add document service URL to BPM
  • Loading branch information
arun-s-aot authored Nov 7, 2024
2 parents 202b0cb + 4b43382 commit 5344e05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions forms-flow-bpm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ services:
- REDIS_PORT=${REDIS_PORT:-6379}
- REDIS_PASSCODE=${REDIS_PASSCODE:-changeme}
- SESSION_COOKIE_SECURE=${SESSION_COOKIE_SECURE:-false}
- FORMSFLOW_DOC_API_URL=${FORMSFLOW_DOC_API_URL}

networks:
- forms-flow-bpm-network
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ formsflow.ai:
webclient:
maxInMemorySize: ${DATA_BUFFER_SIZE:2}
connectionTimeout: ${BPM_CLIENT_CONN_TIMEOUT:5000}
documentService:
url: ${FORMSFLOW_DOC_API_URL}


camunda.bpm:
Expand Down
5 changes: 5 additions & 0 deletions forms-flow-bpm/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ CUSTOM_SUBMISSION_ENABLED=false
# VAULT_TOKEN=
# VAULT_PATH=
# VAULT_SECRET=

#formsflsow.ai doc api URL
FORMSFLOW_DOC_API_URL=http://{your-ip-address}:5006


0 comments on commit 5344e05

Please sign in to comment.