|
37 | 37 | */ |
38 | 38 |
|
39 | 39 | 'domain' => env('SHOPIFY_DOMAIN'), |
40 | | - |
41 | 40 | /* |
42 | 41 | |-------------------------------------------------------------------------- |
43 | 42 | | Manual routes |
|
138 | 137 |
|
139 | 138 | 'prefix' => env('SHOPIFY_APP_PREFIX', ''), |
140 | 139 |
|
141 | | - /* |
142 | | - |-------------------------------------------------------------------------- |
143 | | - | AppBridge Mode |
144 | | - |-------------------------------------------------------------------------- |
145 | | - | |
146 | | - | AppBridge (embedded apps) are enabled by default. Set to false to use legacy |
147 | | - | mode and host the app inside your own container. |
148 | | - | |
149 | | - */ |
150 | | - |
151 | | - 'appbridge_enabled' => (bool) env('SHOPIFY_APPBRIDGE_ENABLED', true), |
152 | | - |
153 | | - // Use semver range to link to a major or minor version number. |
154 | | - // Leaving empty will use the latest version - not recommended in production. |
155 | | - 'appbridge_version' => env('SHOPIFY_APPBRIDGE_VERSION', 'latest'), |
156 | | - |
157 | | - // Set a new CDN URL if you want to host the AppBridge JS yourself or unpkg goes down. |
158 | | - // DO NOT include a trailing slash. |
159 | | - 'appbridge_cdn_url' => env('SHOPIFY_APPBRIDGE_CDN_URL', 'https://unpkg.com'), |
160 | | - |
161 | 140 | /* |
162 | 141 | |-------------------------------------------------------------------------- |
163 | 142 | | Shopify App Name |
|
513 | 492 |
|
514 | 493 | 'config_api_callback' => null, |
515 | 494 |
|
516 | | - /* |
517 | | - |-------------------------------------------------------------------------- |
518 | | - | Enable Turbolinks or Hotwire Turbo |
519 | | - |-------------------------------------------------------------------------- |
520 | | - | |
521 | | - | If you use Turbolinks/Turbo and Livewire, turn on this setting to get |
522 | | - | the token assigned automatically. |
523 | | - | |
524 | | - */ |
525 | | - |
526 | | - 'turbo_enabled' => (bool) env('SHOPIFY_TURBO_ENABLED', false), |
527 | | - |
528 | 495 | /* |
529 | 496 | |-------------------------------------------------------------------------- |
530 | 497 | | Customize Models and Table Name |
|
0 commit comments