config.php 797 B

1234567891011121314151617181920212223
  1. <?php
  2. define("API_KEY", "6a43c5c199b5e69485f72831de0a9a94");
  3. define("SHARED_SECRET", "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");
  4. define("SCOPES", "read_orders,write_products,read_products,read_inventory,write_inventory,read_locations");
  5. define("REDIRECT_URI", "https://facturis-online.ro/plugins/shopify_app/generate_token.php");
  6. define("HOST", "18.197.84.100");
  7. define("USERNAME", "shopify_user");
  8. define("PASSWORD", "fulE34h63aBI");
  9. define("DATABASE", "shopify_login");
  10. define("SHOPIFY_DOMAIN", ".myshopify.com");
  11. define("MAX_TIME", 36000);
  12. define("ACCESS_DENIED", "This request is NOT from Shopify!");
  13. define("SHOP_REQUIRED", "A shop name is required for the script to run");
  14. define("VERSION", "2.1.8");
  15. define("VERSION_LINK", "https://facturis-online.ro/");
  16. define("NONCE", "f4ctu155");