Skip to content

Commit

Permalink
fix oracle database name error
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Dec 8, 2024
1 parent 709a5cd commit 9e076c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/include/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

/** ============== Oracle ============== */
define('ORACLE_PORT', '1521');
define('ORACLE_SERVICE_NAME', 'xe');
define('ORACLE_SERVICE_NAME', 'freepdb1');
define('ORACLE_USER', 'system');
define('ORACLE_PASSWORD', 'oracle');
if (IS_IN_CI) {
Expand Down

0 comments on commit 9e076c8

Please sign in to comment.