Skip to content

Commit

Permalink
pass encryption/decryption key when initializing the kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Oke Ugwu committed Jun 22, 2015
1 parent a644602 commit 95532a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

$initData = new \CmeData\InitData() ;
$initData->cmeHost = $config->get('app.domain');
$initData->key = $config->get('app.key');
$initData ->dbName = $dbConfig[$profile]['database'] ;
$initData ->dbUsername = $dbConfig[$profile]['username'] ;
$initData ->dbPassword = $dbConfig[$profile]['password'] ;
Expand Down

0 comments on commit 95532a6

Please sign in to comment.