mirror of
https://github.com/beestat/app.git
synced 2025-06-03 05:36:51 -04:00
Updated settings example
This commit is contained in:
parent
4ea33b376e
commit
357ec5b35a
@ -56,6 +56,13 @@ final class setting {
|
|||||||
*/
|
*/
|
||||||
'commit' => null,
|
'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.
|
* The beestat API key for when ecobee makes an API call to beestat.
|
||||||
*
|
*
|
||||||
@ -84,7 +91,7 @@ final class setting {
|
|||||||
*
|
*
|
||||||
* Example: 2hFpGKrsS586hHaA9g6vZZdQS586hHaUwY9kdctx
|
* Example: 2hFpGKrsS586hHaA9g6vZZdQS586hHaUwY9kdctx
|
||||||
*/
|
*/
|
||||||
'ecobee_api_key_local' => '',
|
'patreon_api_key_local' => '',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Your Patreon Client ID; provided to you when you create an app as a
|
* 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' => '',
|
'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
|
* Whether or not debugging is enabled. Debugging will produce additional
|
||||||
* output in the API response.
|
* output in the API response.
|
||||||
@ -221,4 +249,3 @@ final class setting {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user