diff --git a/api/cora/setting.example.php b/api/cora/setting.example.php index b898295..73dc7aa 100644 --- a/api/cora/setting.example.php +++ b/api/cora/setting.example.php @@ -56,6 +56,13 @@ final class setting { */ 'commit' => null, + /** + * The beestat API key for the main beestat API user. + * + * Example: ert90ujrt5yifhkfgml4ert90ujrt5yifhkf9g6a + */ + 'beestat_api_key_local' => '', + /** * The beestat API key for when ecobee makes an API call to beestat. * @@ -84,7 +91,7 @@ final class setting { * * Example: 2hFpGKrsS586hHaA9g6vZZdQS586hHaUwY9kdctx */ - 'ecobee_api_key_local' => '', + 'patreon_api_key_local' => '', /** * Your Patreon Client ID; provided to you when you create an app as a @@ -146,6 +153,27 @@ final class setting { */ 'smarty_streets_auth_token' => '', + /** + * Secret key for Stripe + * + * Example: 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 + */ + 'stripe_secret_key' => '', + + /** + * Stripe base URL. + * + * Example: https://api.stripe.com/v1/ + */ + 'stripe_base_url' => '', + + /** + * Stripe Product ID. + * + * Example: prod_0NXlpZmhrZmdtb + */ + 'stripe_product_id' => '', + /** * Whether or not debugging is enabled. Debugging will produce additional * output in the API response. @@ -221,4 +249,3 @@ final class setting { } } -