File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export OPENAI_KEY=" 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"
4
- export COHERE_KEY=" oJfPT7nhQDJNAecjDQ3L89UOJYPaIH9L9Ji1VRz7"
5
- export OCICONFIG_FILE=~ /.oci/config
6
- export OCICONFIG_PROFILE=DEFAULT
7
- export COMPARTMENT_ID=" ocid1.compartment.oc1..aaaaaaaafnah3ogykjsg34qruhixhb2drls6zhsejzm7mubi2i5qj66slcoq"
8
- export OBJECTSTORAGE_NAMESPACE=" oradbclouducm"
9
- export OBJECTSTORAGE_BUCKETNAME=" aitests"
10
- export ORDS_ENDPOINT_ANALYZE_IMAGE_OBJECTSTORE=" https://rddainsuh6u1okc-gd740878851.adb.us-ashburn-1.oraclecloudapps.com/ords/aiuser/call_analyze_image_api/"
11
- export ORDS_ENDPOINT_ANALYZE_IMAGE_INLINE=" https://rddainsuh6u1okc-gd740878851.adb.us-ashburn-1.oraclecloudapps.com/ords/aiuser/call_analyze_image_api/"
12
- export OCI_VISION_SERVICE_ENDPOINT=" https://vision.aiservice.us-ashburn-1.oci.oraclecloud.com"
13
-
14
- export KUBECONFIG=~ /.kube/config-healthai
15
- export DOCKER_REGISTRY=us-ashburn-1.ocir.io/oradbclouducm/gd74087885
16
-
17
- # export SPRING_DATASOURCE_USERNAME="admin"
18
- # export SPRING_DATASOURCE_URL="jdbc:oracle:thin:@xr_tp?TNS_ADMIN=/Users/pparkins/Downloads/xr/Wallet_xrdb"
19
- # export SPRING_DATASOURCE_PASSWORD=1XRWelcome123
20
-
21
- export SPRING_DATASOURCE_USERNAME=" TESTUSER1"
22
- export SPRING_DATASOURCE_URL=" jdbc:oracle:thin:@indadw_high?TNS_ADMIN=/Users/pparkins/Downloads/Wallet_IndADW"
23
- export SPRING_DATASOURCE_PASSWORD=" Welcome12345"
24
-
25
- # export SPRING_DATASOURCE_PASSWORD="Livelabs@2023"
26
-
27
- echo dbcloud tenancy dev env configured
28
-
29
3
# # Add exports here... For example...
30
4
# export COHERE_KEY="mykeyvalue"
31
5
# export OPENAI_KEY="mykeyvalue"
You can’t perform that action at this time.
0 commit comments