|
1 | | -# Oracle REST Data Services (ORDS) Base URL |
2 | | -# Replace with your own ORDS endpoint |
3 | | -REACT_APP_ORDS_BASE_URL=https://imydbpe-financialdb.adb.eu-frankfurt-1.oraclecloudapps.com/ords |
| 1 | +# Application Configuration |
| 2 | +export REACT_APP_BACKEND_URL=https://oracleai-financial.org/accounts |
| 3 | +export REACT_APP_MICROTX_TRANSFER_SERVICE_URL=https://oracleai-financial.org/accounts |
| 4 | +export REACT_APP_MICROTX_ACCOUNT_SERVICE_URL=https://oracleai-financial.org/accounts |
| 5 | +export REACT_APP_MERN_BACKEND_SERVICE_URL=https://oracleai-financial.org/accounts |
| 6 | +export REACT_APP_MERN_MONGODB_SERVICE_URL=https://oracleai-financial.org/accounts |
| 7 | +export REACT_APP_MERN_MONGODB_JSONDUALITY_ORACLE_SERVICE_URL=https://oracleai-financial.org/accounts |
| 8 | +export REACT_APP_MERN_SQL_ORACLE_SERVICE_URL=https://oracleai-financial.org/accounts |
| 9 | +export REACT_APP_JAVA_ACCOUNTDETAIL_SERVICE_URL=https://oracleai-financial.org/accounts |
| 10 | +export REACT_APP_GRAPH_LAUNDERING_SERVICE_URL=https://oracleai-financial.org/accounts |
| 11 | +export REACT_APP_TRUECACHE_STOCK_SERVICE_URL=https://oracleai-financial.org/accounts |
| 12 | +export REACT_APP_SHARDING_SPATIAL_CC_SERVICE_URL=https://oracleai-financial.org/accounts |
| 13 | +export REACT_APP_STOCK_SERVICE_URL=https://oracleai-financial.org/accounts |
| 14 | +export REACT_APP_KAFKA_TXEVENTQ_SERVICE_URL=https://oracleai-financial.org/accounts |
| 15 | +export REACT_APP_AIAGENT_VECTOR_ADVISOR_SERVICE_URL=https://oracleai-financial.org/accounts |
| 16 | +export REACT_APP_SPEECH_SELECTAI_QUERY_SERVICE_URL=https://oracleai-financial.org/accounts |
| 17 | +export REACT_APP_ORDS_BASE_URL=https://oracleai-financial.org/accounts |
4 | 18 |
|
5 | | -# Other potential environment variables for the financial app |
6 | | -# REACT_APP_MICROTX_ACCOUNT_SERVICE_URL=http://localhost:8080/api |
7 | | -# REACT_APP_MICROTX_TRANSFER_SERVICE_URL=http://localhost:8081/api/transfer |
| 19 | +# Database Configuration for Spring Boot Services |
| 20 | +export SPRING_DATASOURCE_URL=jdbc:oracle:thin:@financialdb_high?TNS_ADMIN=/Users/pparkins/Downloads/Wallet_financialdb |
| 21 | +export SPRING_DATASOURCE_USERNAME=financial |
| 22 | +export SPRING_DATASOURCE_PASSWORD=Welcome12345 |
| 23 | + |
| 24 | +# Display all set environment variables |
| 25 | +echo "=== Environment Variables Set ===" |
| 26 | +echo "REACT_APP_BACKEND_URL: $REACT_APP_BACKEND_URL" |
| 27 | +echo "REACT_APP_MICROTX_TRANSFER_SERVICE_URL: $REACT_APP_MICROTX_TRANSFER_SERVICE_URL" |
| 28 | +echo "REACT_APP_MICROTX_ACCOUNT_SERVICE_URL: $REACT_APP_MICROTX_ACCOUNT_SERVICE_URL" |
| 29 | +echo "REACT_APP_MERN_BACKEND_SERVICE_URL: $REACT_APP_MERN_BACKEND_SERVICE_URL" |
| 30 | +echo "REACT_APP_MERN_MONGODB_SERVICE_URL: $REACT_APP_MERN_MONGODB_SERVICE_URL" |
| 31 | +echo "REACT_APP_MERN_MONGODB_JSONDUALITY_ORACLE_SERVICE_URL: $REACT_APP_MERN_MONGODB_JSONDUALITY_ORACLE_SERVICE_URL" |
| 32 | +echo "REACT_APP_MERN_SQL_ORACLE_SERVICE_URL: $REACT_APP_MERN_SQL_ORACLE_SERVICE_URL" |
| 33 | +echo "REACT_APP_JAVA_ACCOUNTDETAIL_SERVICE_URL: $REACT_APP_JAVA_ACCOUNTDETAIL_SERVICE_URL" |
| 34 | +echo "REACT_APP_GRAPH_LAUNDERING_SERVICE_URL: $REACT_APP_GRAPH_LAUNDERING_SERVICE_URL" |
| 35 | +echo "REACT_APP_TRUECACHE_STOCK_SERVICE_URL: $REACT_APP_TRUECACHE_STOCK_SERVICE_URL" |
| 36 | +echo "REACT_APP_SHARDING_SPATIAL_CC_SERVICE_URL: $REACT_APP_SHARDING_SPATIAL_CC_SERVICE_URL" |
| 37 | +echo "REACT_APP_STOCK_SERVICE_URL: $REACT_APP_STOCK_SERVICE_URL" |
| 38 | +echo "REACT_APP_KAFKA_TXEVENTQ_SERVICE_URL: $REACT_APP_KAFKA_TXEVENTQ_SERVICE_URL" |
| 39 | +echo "REACT_APP_AIAGENT_VECTOR_ADVISOR_SERVICE_URL: $REACT_APP_AIAGENT_VECTOR_ADVISOR_SERVICE_URL" |
| 40 | +echo "REACT_APP_SPEECH_SELECTAI_QUERY_SERVICE_URL: $REACT_APP_SPEECH_SELECTAI_QUERY_SERVICE_URL" |
| 41 | +echo "REACT_APP_ORDS_BASE_URL: $REACT_APP_ORDS_BASE_URL" |
| 42 | +echo "SPRING_DATASOURCE_URL: $SPRING_DATASOURCE_URL" |
| 43 | +echo "SPRING_DATASOURCE_USERNAME: $SPRING_DATASOURCE_USERNAME" |
| 44 | +echo "SPRING_DATASOURCE_PASSWORD: $SPRING_DATASOURCE_PASSWORD" |
| 45 | +echo "=== All environment variables have been set successfully! ===" |
0 commit comments