Skip to content

Commit

Permalink
Remove db_engine config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik Gajjar authored and kierenevans committed Sep 22, 2020
1 parent c1afb42 commit 82abe52
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
$config[PropelConstants::ZED_DB_DATABASE] = getenv('DB_NAME');
$config[PropelConstants::ZED_DB_HOST] = getenv('DB_HOST');
$config[PropelConstants::ZED_DB_PORT] = 5432;
$config[PropelConstants::ZED_DB_ENGINE]
= $config[PropelQueryBuilderConstants::ZED_DB_ENGINE]
= $config[PropelConstants::ZED_DB_ENGINE_PGSQL];
$config[PropelConstants::USE_SUDO_TO_MANAGE_DATABASE] = false;

// ---------- Elasticsearch
Expand Down

0 comments on commit 82abe52

Please sign in to comment.