mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2025-04-29 11:59:28 -04:00
6 lines
121 B
PHP
6 lines
121 B
PHP
<?php
|
|
return [
|
|
'coingecko_api_key' => 'CG-xxxx',
|
|
'coingecko_key_is_demo' => true,
|
|
'use_api_key' => false,
|
|
];
|