mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 13:49:22 +00:00
commit
398f05d67c
3 changed files with 2 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
# Configuration file
|
# Configuration file
|
||||||
/config.php
|
/config.php
|
||||||
|
/secrets.php
|
||||||
|
|
||||||
# NodeJS dependencies
|
# NodeJS dependencies
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'coingecko_api_key' => 'CG-xxxx',
|
'coingecko_api_key' => 'CG-xxxx',
|
||||||
'coingecko_key_is_demo' => true,
|
'coingecko_key_is_demo' => true,
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?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