mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
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:
parent
2ec174b685
commit
0229cd105f
1 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue