mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 21:59:21 +00:00
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.
This commit is contained in:
parent
2ccf5e1119
commit
9b14692e47
1 changed files with 8 additions and 0 deletions
8
secrets.php
Normal file
8
secrets.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
// Just here for compatibility with the rottenwheel fork
|
||||
|
||||
return [
|
||||
'coingecko_api_key' => 'CG-xxxx',
|
||||
'coingecko_key_is_demo' => true,
|
||||
];
|
Loading…
Reference in a new issue