Skip to content

Commit 6070f19

Browse files
committed
wip examples 23.4 cleanup credentials
1 parent 201cd78 commit 6070f19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/TxConsumer/src/main/resources/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
security.protocol=PLAINTEXT
99
bootstrap.servers=84.235.172.160:1521
1010
oracle.service.name="freepdb1"
11-
oracle.net.tns_admin=/Users/pasimoes/Work/Oracle/Code/okafka/23.4/okafka/examples/TxConsumer/src/main/resources
11+
oracle.net.tns_admin=/Users/pasimoes/Work/Oracle/Code/okafka/23.4/okafka/examples
1212

1313

1414
#Option 2: Connect to Oracle Database deployed in Oracle Autonomous Cloud using Wallet

examples/TxProducer/src/main/resources/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#oracle.net.tns_admin=<location of ojdbc.properties file>
88
bootstrap.servers=84.235.172.160:1521
99
oracle.service.name="freepdb1"
10-
oracle.net.tns_admin=/Users/pasimoes/Work/Oracle/Code/okafka/23.4/okafka/examples/TxProducer/src/main/resources
10+
oracle.net.tns_admin=/Users/pasimoes/Work/Oracle/Code/okafka/23.4/okafka/examples
1111

1212

1313
#Option 2: Connect to Oracle Database deployed in Oracle Autonomous Cloud using Wallet

examples/consumer/src/main/resources/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
security.protocol="PLAINTEXT"
99
bootstrap.servers=84.235.172.160:1521
1010
oracle.service.name="freepdb1"
11-
oracle.net.tns_admin=/Users/pasimoes/Work/Oracle/Code/okafka/23.4/okafka/examples/consumer/src/main/resources
11+
oracle.net.tns_admin=/Users/pasimoes/Work/Oracle/Code/okafka/23.4/okafka/examples
1212

1313

1414
#Option 2: Connect to Oracle Database deployed in Oracle Autonomous Cloud using Wallet

0 commit comments

Comments
 (0)