mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-23 00:27:46 +00:00
8 lines
145 B
PHP
8 lines
145 B
PHP
|
<?php
|
||
|
|
||
|
// Just here for compatibility with the rottenwheel fork
|
||
|
|
||
|
return [
|
||
|
'coingecko_api_key' => 'CG-xxxx',
|
||
|
'coingecko_key_is_demo' => true,
|
||
|
];
|