mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
fix scheme
This commit is contained in:
parent
592ada23d0
commit
7f8656be6f
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ $register->set('pools', function () {
|
|||
$group = new Group();
|
||||
|
||||
$fallbackForDB = 'db_main=' . AppwriteURL::unparse([
|
||||
'scheme' => 'mariadb',
|
||||
'scheme' => 'mysql',
|
||||
'host' => System::getEnv('_APP_DB_HOST', 'mariadb'),
|
||||
'port' => System::getEnv('_APP_DB_PORT', '3306'),
|
||||
'user' => System::getEnv('_APP_DB_USER', ''),
|
||||
|
|
|
|||
Loading…
Reference in a new issue