mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
13 lines
361 B
Text
13 lines
361 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['asana_key'] = '';
|
|
// $config['aws_log_access_key'] = '';
|
|
// $config['aws_log_secret_key'] = '';
|
|
|
|
return $config;
|