[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #9 from jonchenn/fix-install
Browse files Browse the repository at this point in the history
restore generic values in config
  • Loading branch information
jonchenn committed Sep 9, 2022
2 parents 3c82608 + 33e98dd commit 2abddd2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions common/src/common/parser_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"location": "us",
"parser_name": "claims_form",
"parser_type": "FORM_PARSER_PROCESSOR",
"processor_id": "projects/jonchen-adp-test2/locations/us/processors/3f43bfa2f428ddff"
"processor_id": "projects/$PROJECT_ID/locations/us/processors/<docai-processor-id1>"
},
"driver_license": {
"location": "us",
"parser_name": "driver_license",
"parser_type": "US_DRIVER_LICENSE_PROCESSOR",
"processor_id": "projects/jonchen-adp-test2/locations/us/processors/c2db62d94706fe7a"
"processor_id": "projects/$PROJECT_ID/locations/us/processors/$<docai-processor-id2>"
},
"unemployment_form": {
"location": "us",
"parser_name": "unemployment_form",
"parser_type": "FORM_PARSER_PROCESSOR",
"processor_id": "projects/jonchen-adp-test2/locations/us/processors/dac05052057468f0"
"processor_id": "projects/$PROJECT_ID/locations/us/processors/$<docai-processor-id3>"
}
}
}
4 changes: 2 additions & 2 deletions common/src/common/vertex_ai_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"endpoint_id": "682568022430318592",
"model_id": "5510184930413379584"
"endpoint_id": "<vertex-ai-endpoint-id>",
"model_id": "<vertex-ai-model-id>"
}
14 changes: 7 additions & 7 deletions microservices/adp_ui/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REACT_APP_BASE_URL = "http://35.222.243.214"
REACT_APP_FIREBASE_API_KEY = "AIzaSyCUI7tVNvBYIVW8KBceKQniuH_HBTK1QwI"
REACT_APP_FIREBASE_AUTH_DOMAIN = "jonchen-adp-test2.firebaseapp.com"
REACT_APP_FIREBASE_MEASUREMENT_ID = "G-5B385RL5MS"
REACT_APP_MESSAGING_SENDER_ID = "1045358823516"
REACT_APP_PROJECT_ID = "jonchen-adp-test2"
REACT_APP_STORAGE_BUCKET = "jonchen-adp-test2.appspot.com"
REACT_APP_BASE_URL = "https://<web-api-domain>"
REACT_APP_FIREBASE_API_KEY = "<firebase-web-api-key>"
REACT_APP_FIREBASE_AUTH_DOMAIN = "<project-id>.firebaseapp.com"
REACT_APP_FIREBASE_MEASUREMENT_ID = "<google-analytics-measurement-id>"
REACT_APP_MESSAGING_SENDER_ID = "<messaging-sender-id>"
REACT_APP_PROJECT_ID = "<project-id>"
REACT_APP_STORAGE_BUCKET = "<project-id>.appspot.com"

0 comments on commit 2abddd2

Please sign in to comment.