Skip to content

Commit 256e6d5

Browse files
committed
init
1 parent 240792c commit 256e6d5

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

env.properties

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
#!/bin/bash
22

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-
293
## Add exports here... For example...
304
#export COHERE_KEY="mykeyvalue"
315
#export OPENAI_KEY="mykeyvalue"

0 commit comments

Comments
 (0)