moner.ooo/secrets.dist.php
Kumi b9e173d3ca
fix: Rename secrets.php to secrets.dist.php
Standardizes the naming convention to distinguish template
configuration file from actual secret usage.
2024-11-27 20:33:32 +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,
];