mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 16:17:46 +00:00
6 lines
87 B
PHP
6 lines
87 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'coingecko_api_key' => 'CG-xxxx',
|
||
|
'coingecko_key_is_demo' => true,
|
||
|
];
|