mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-16 23:07:35 +00:00
5 lines
86 B
PHP
5 lines
86 B
PHP
|
<?php
|
||
|
return [
|
||
|
'coingecko_api_key' => 'CG-xxxx',
|
||
|
'coingecko_key_is_demo' => true,
|
||
|
];
|