Merge pull request #238 from creative-commoners/pulls/5.0/pdo

DOC Remove reference to PDO
This commit is contained in:
Guy Sartorelli 2023-03-20 11:19:07 +13:00 committed by GitHub
commit ea73074ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ dependencies:
cat << 'EOF' > _ss_environment.php
<?php
define('SS_DATABASE_SERVER', '127.0.0.1');
define('SS_DATABASE_CLASS', 'MySQLPDODatabase');
define('SS_DATABASE_CLASS', 'MySQLDatabase');
define('SS_DATABASE_USERNAME', 'ubuntu');
define('SS_DATABASE_PASSWORD', '');
define('SS_ENVIRONMENT_TYPE', 'dev');