moner.ooo/secrets.php
Kumi 9b14692e47
feat: Add secrets configuration for compatibility
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.
2024-11-27 13:05:35 +01:00

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,
];