Merge pull request #11 from kumitterer/merge

sync upstream
This commit is contained in:
rottenwheel 2024-11-27 20:07:35 +00:00 committed by GitHub
commit 398f05d67c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Configuration file
/config.php
/secrets.php
# NodeJS dependencies
/node_modules/

View file

@ -1,4 +1,5 @@
<?php
return [
'coingecko_api_key' => 'CG-xxxx',
'coingecko_key_is_demo' => true,

View file

@ -1,8 +0,0 @@
<?php
// Just here for compatibility with the rottenwheel fork
return [
'coingecko_api_key' => 'CG-xxxx',
'coingecko_key_is_demo' => true,
];