lbry.com/data/config.php.example
Fabrizio Lungo 0229cd105f Added reference configurations
Added commented out configurations in `data/config.php.example` to use as reference for the available configurations.
2017-04-17 09:55:36 -04:00

14 lines
395 B
Text

<?php
$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;