mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 16:17:46 +00:00
Kumi
9b14692e47
Introduces a secrets file to ensure compatibility with the rottenwheel fork. This includes a placeholder for the CoinGecko API key and a flag indicating a demo key. No functional changes intended.
8 lines
No EOL
145 B
PHP
8 lines
No EOL
145 B
PHP
<?php
|
|
|
|
// Just here for compatibility with the rottenwheel fork
|
|
|
|
return [
|
|
'coingecko_api_key' => 'CG-xxxx',
|
|
'coingecko_key_is_demo' => true,
|
|
]; |