Kumi
b9e173d3ca
Standardizes the naming convention to distinguish template configuration file from actual secret usage.
8 lines
No EOL
145 B
PHP
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,
|
|
]; |