Added reference configurations

Added commented out configurations in `data/config.php.example` to use as reference for the available configurations.
This commit is contained in:
Fabrizio Lungo 2017-04-05 16:10:04 +01:00 committed by Alex Grintsvayg
parent 2ec174b685
commit 0229cd105f

View file

@ -1,2 +1,14 @@
<?php
return array();
$config = [];
// $config['github_key'] = '';
// $config['github_developer_credits_client_id'] = '';
// $config['github_developer_credits_client_secret'] = '';
// $config['lbry_api_server'] = '';
// $config['mailchimp_key'] = '';
// $config['prefinery_key'] = '';
// $config['asana_key'] = '';
// $config['aws_log_access_key'] = '';
// $config['aws_log_secret_key'] = '';
return $config;