From 9b14692e47c475bf8cf5008fffea4447e56fd538 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 27 Nov 2024 13:05:35 +0100 Subject: [PATCH] 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. --- secrets.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 secrets.php diff --git a/secrets.php b/secrets.php new file mode 100644 index 0000000..f09232a --- /dev/null +++ b/secrets.php @@ -0,0 +1,8 @@ + 'CG-xxxx', + 'coingecko_key_is_demo' => true, +]; \ No newline at end of file