Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
proper default values for PDO
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Apr 23, 2019
1 parent 43e5c58 commit 81f8fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
'db.db' => $mongoDb,

'pdo' => array(
'dsn' => 'sqlite:/home/marcel/xhgui.sqlite3',
'dsn' => 'sqlite:/tmp/xhgui.sqlite3',
'user' => null,
'pass' => null,
'table' => 'runz'
'table' => 'results'
),

// Allows you to pass additional options like replicaSet to MongoClient.
Expand Down

0 comments on commit 81f8fa4

Please sign in to comment.