romoved unnunced constants
This commit is contained in:
@@ -10,21 +10,21 @@ const redirectUrl = '$supabaseUrl/change-pass/change-password/token';
|
|||||||
|
|
||||||
const String apiGatewayUrl = 'https://cbl.virtalus.cbluna-dev.com/uapi/lu/api';
|
const String apiGatewayUrl = 'https://cbl.virtalus.cbluna-dev.com/uapi/lu/api';
|
||||||
const String n8nUrl = 'https://u-n8n.virtalus.cbluna-dev.com/webhook';
|
const String n8nUrl = 'https://u-n8n.virtalus.cbluna-dev.com/webhook';
|
||||||
const bearerApiGateway = "Basic YWlyZmxvdzpjYiF1bmEyMDIz";
|
/* const bearerApiGateway = "Basic YWlyZmxvdzpjYiF1bmEyMDIz"; */
|
||||||
|
|
||||||
const int organizationId = 10;
|
const int organizationId = 10;
|
||||||
const String lectoresUrl = 'https://lectoresurbanos.com/';
|
/* const String lectoresUrl = 'https://lectoresurbanos.com/'; */
|
||||||
|
|
||||||
const themeId = String.fromEnvironment('themeId', defaultValue: '2');
|
const themeId = String.fromEnvironment('themeId', defaultValue: '2');
|
||||||
const int mobileSize = 800;
|
const int mobileSize = 800;
|
||||||
|
|
||||||
//GoogleMaps
|
//GoogleMaps
|
||||||
const apiKey = '-plDP_dR7XAGxBSiHgTFyxkxNdjFFHqjQK9ge8b92CE';
|
/* const apiKey = '-plDP_dR7XAGxBSiHgTFyxkxNdjFFHqjQK9ge8b92CE'; */
|
||||||
|
|
||||||
//Stripe
|
//Stripe
|
||||||
const stripeKey =
|
/* const stripeKey =
|
||||||
'sk_test_51QB3lZRxye2e7dlWyeWcHWmgsJ9kEbIz4lrgJtUIKuC7WEB0HM0njk6Mcgq1q1H9GTs7fByRZdvxHaSAGhzcBqYF00fLxZU9E9';
|
'sk_test_51QB3lZRxye2e7dlWyeWcHWmgsJ9kEbIz4lrgJtUIKuC7WEB0HM0njk6Mcgq1q1H9GTs7fByRZdvxHaSAGhzcBqYF00fLxZU9E9'; */
|
||||||
const authorizationKey = 'Bearer $stripeKey';
|
/* const authorizationKey = 'Bearer $stripeKey'; */
|
||||||
|
|
||||||
const urlStripe = 'https://api.stripe.com';
|
/* const urlStripe = 'https://api.stripe.com';
|
||||||
const idPricePlanRentaQR = 'price_1QPaDnRxye2e7dlWORf4GoHS';
|
const idPricePlanRentaQR = 'price_1QPaDnRxye2e7dlWORf4GoHS'; */
|
||||||
|
|||||||
Reference in New Issue
Block a user