5 lines
86 B
PHP
5 lines
86 B
PHP
|
<?php
|
||
|
return [
|
||
|
'coingecko_api_key' => 'CG-xxxx',
|
||
|
'coingecko_key_is_demo' => true,
|
||
|
];
|