Skip to content

Commit

Permalink
Merge pull request #4 from microsoft/laserprec/ci-pipeline-fix
Browse files Browse the repository at this point in the history
Add build env config
  • Loading branch information
laserprec authored Aug 14, 2020
2 parents b4c7eee + 4a1f884 commit d83d9da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/ocr/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
COMPUTER_VISION_ENDPOINT = "https://enki-vision.cognitiveservices.azure.com/"
SEARCH_SERVICE_NAME = "ocr-ner-pipeline"
SKILLSET_NAME = "testocrskillset"
INDEX_NAME = "testocrindex"
INDEXER_NAME = "testocrindexer"
DATASOURCE_NAME = "syntheticimages"
DATASOURCE_CONTAINER_NAME = "testocrimages"
BLOB_NAME = "syntheticimages"

0 comments on commit d83d9da

Please sign in to comment.