Skip to content

Commit

Permalink
port change
Browse files Browse the repository at this point in the history
  • Loading branch information
alanraju-aot committed Mar 11, 2024
1 parent a577fce commit 37f01c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-data-analysis-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
env:
FLASK_ENV: "testing"
DATABASE_URL_TEST: "postgresql://postgres:postgres@localhost:6432/postgres"
DATA_ANALYSIS_API_BASE_URL: "http://localhost:5001"
JWT_OIDC_ALGORITHMS: "RS256"
KEYCLOAK_URL: "http://localhost:8081"
KEYCLOAK_URL_REALM: "forms-flow-ai"
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ FORMSFLOW_API_URL=http://{your-ip-address}:5000
##web API CORS origins
#FORMSFLOW_API_CORS_ORIGINS=*
#Sentiment analysis url
DATA_ANALYSIS_URL=http://{your-ip-address}:6000/analysis
DATA_ANALYSIS_URL=http://{your-ip-address}:6001/analysis

## Form embedding
#FORM_EMBED_JWT_SECRET=f6a69a42-7f8a-11ed-a1eb-0242ac120002
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-bpm/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ REDIS_ENABLED=false
#BPM_CLIENT_CONN_TIMEOUT=5000

#Sentiment analysis url
DATA_ANALYSIS_URL=http://{your-ip-address}:6000/analysis
DATA_ANALYSIS_URL=http://{your-ip-address}:6001/analysis

#custom submission settings
CUSTOM_SUBMISSION_URL=http://{your-ip-address}:{port}
Expand Down

0 comments on commit 37f01c3

Please sign in to comment.