Skip to content

Commit

Permalink
Added required private_key prop in config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fastnloud committed Jan 15, 2014
1 parent fe82318 commit ef0ef39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dkim/config/module.config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ return array (
'params' => array(
'd' => 'example.com', // domain
'h' => 'from:to:subject', // headers to sign
's' => 'dec2013', // domain key selector
)
's' => 'jan2014', // domain key selector
),
'private_key' => 'your private key' // add this in your local.php
)
);

0 comments on commit ef0ef39

Please sign in to comment.