app.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Application Name
  6. |--------------------------------------------------------------------------
  7. |
  8. | This value is the name of your application. This value is used when the
  9. | framework needs to place the application's name in a notification or
  10. | any other location as required by the application or its packages.
  11. |
  12. */
  13. 'name' => env('APP_NAME', 'Laravel'),
  14. 'url' => env('APP_URL', null),
  15. 'internalName' => env('APP_INTERNAL_NAME'),
  16. 'phoneNumber' => env('PHONE_NUMBER'),
  17. 'supportEmail' => env('SUPPORT_EMAIL'),
  18. 'sessionKeyName' => env('SESSION_KEY_NAME', 'adminLimeSessionKey'),
  19. 'backendUrl' => env('BACKEND_URL', 'http://localhost:8080'),
  20. 'stripeKey' => env('STRIPE_KEY'),
  21. 'stripeSecret' => env('seti_1KyIsoCz2jQ0NuhmFeA24Pkg_secret_LfeB5Y5MSoti1xGozn0hFNL50hzqe3r'),
  22. 'testEmailAddress' => env('TEST_EMAIL_ADDRESS'),
  23. 'standardUnitPrice' => env('STANDARD_UNIT_PRICE'),
  24. 'standardShipping' => env('STANDARD_SHIPPING'),
  25. 'expeditedShipping' => env('EXPEDITED_SHIPPING'),
  26. 'fromEmailAddress' => env('MAIL_FROM_ADDRESS'),
  27. 'emailFromName' => env('MAIL_FROM_NAME'),
  28. 'orderAppUrl' => env('ORDER_APP_URL'),
  29. 'intercomApiSecret' => env('INTERCOM_API_SECRET'),
  30. 'opentokApiKey' => env('OPENTOK_API_KEY'),
  31. 'opentokApiSecret' => env('OPENTOK_API_SECRET'),
  32. 'opentokSessionId' => env('OPENTOK_SESSION_ID'),
  33. 'check_10_test_panel_with_early_rna' => env('check_10_test_panel_with_early_rna'),
  34. 'check_10_test_panel' => env('check_10_test_panel'),
  35. 'check_hsv_1' => env('check_hsv_1'),
  36. 'check_hsv_2' => env('check_hsv_2'),
  37. 'check_chlamydia' => env('check_chlamydia'),
  38. 'check_gonorrhea' => env('check_gonorrhea'),
  39. 'check_chlamydia_gonorrhea' => env('check_chlamydia_gonorrhea'),
  40. 'check_syphillis' => env('check_syphillis'),
  41. 'check_hepatitis_a' => env('check_hepatitis_a'),
  42. 'check_hepatitis_b' => env('check_hepatitis_b'),
  43. 'check_hepatitis_c' => env('check_hepatitis_c'),
  44. 'check_hiv_antibody' => env('check_hiv_antibody'),
  45. 'check_hiv_rna' => env('check_hiv_rna'),
  46. 'check_trichomoniasis' => env('check_trichomoniasis'),
  47. 'check_doxy_pep' => env('check_doxy_pep'),
  48. 'check_trichomoniasis_test_and_comprehensive_wellness_with_urinalysis' => env('check_trichomoniasis_test_and_comprehensive_wellness_with_urinalysis'),
  49. /*
  50. |--------------------------------------------------------------------------
  51. | Application Environment
  52. |--------------------------------------------------------------------------
  53. |
  54. | This value determines the "environment" your application is currently
  55. | running in. This may determine how you prefer to configure various
  56. | services the application utilizes. Set this in your ".env" file.
  57. |
  58. */
  59. 'env' => env('APP_ENV', 'production'),
  60. /*
  61. |--------------------------------------------------------------------------
  62. | Application Debug Mode
  63. |--------------------------------------------------------------------------
  64. |
  65. | When your application is in debug mode, detailed error messages with
  66. | stack traces will be shown on every error that occurs within your
  67. | application. If disabled, a simple generic error page is shown.
  68. |
  69. */
  70. 'debug' => (bool) env('APP_DEBUG', false),
  71. /*
  72. |--------------------------------------------------------------------------
  73. | Application URL
  74. |--------------------------------------------------------------------------
  75. |
  76. | This URL is used by the console to properly generate URLs when using
  77. | the Artisan command line tool. You should set this to the root of
  78. | your application so that it is used when running Artisan tasks.
  79. |
  80. */
  81. 'url' => env('APP_URL', 'http://localhost'),
  82. 'asset_url' => env('ASSET_URL', null),
  83. /*
  84. |--------------------------------------------------------------------------
  85. | Application Timezone
  86. |--------------------------------------------------------------------------
  87. |
  88. | Here you may specify the default timezone for your application, which
  89. | will be used by the PHP date and date-time functions. We have gone
  90. | ahead and set this to a sensible default for you out of the box.
  91. |
  92. */
  93. 'timezone' => 'UTC',
  94. /*
  95. |--------------------------------------------------------------------------
  96. | Application Locale Configuration
  97. |--------------------------------------------------------------------------
  98. |
  99. | The application locale determines the default locale that will be used
  100. | by the translation service provider. You are free to set this value
  101. | to any of the locales which will be supported by the application.
  102. |
  103. */
  104. 'locale' => 'en',
  105. /*
  106. |--------------------------------------------------------------------------
  107. | Application Fallback Locale
  108. |--------------------------------------------------------------------------
  109. |
  110. | The fallback locale determines the locale to use when the current one
  111. | is not available. You may change the value to correspond to any of
  112. | the language folders that are provided through your application.
  113. |
  114. */
  115. 'fallback_locale' => 'en',
  116. /*
  117. |--------------------------------------------------------------------------
  118. | Faker Locale
  119. |--------------------------------------------------------------------------
  120. |
  121. | This locale will be used by the Faker PHP library when generating fake
  122. | data for your database seeds. For example, this will be used to get
  123. | localized telephone numbers, street address information and more.
  124. |
  125. */
  126. 'faker_locale' => 'en_US',
  127. /*
  128. |--------------------------------------------------------------------------
  129. | Encryption Key
  130. |--------------------------------------------------------------------------
  131. |
  132. | This key is used by the Illuminate encrypter service and should be set
  133. | to a random, 32 character string, otherwise these encrypted strings
  134. | will not be safe. Please do this before deploying an application!
  135. |
  136. */
  137. 'key' => env('APP_KEY'),
  138. 'cipher' => 'AES-256-CBC',
  139. /*
  140. |--------------------------------------------------------------------------
  141. | Autoloaded Service Providers
  142. |--------------------------------------------------------------------------
  143. |
  144. | The service providers listed here will be automatically loaded on the
  145. | request to your application. Feel free to add your own services to
  146. | this array to grant expanded functionality to your applications.
  147. |
  148. */
  149. 'providers' => [
  150. /*
  151. * Laravel Framework Service Providers...
  152. */
  153. Illuminate\Auth\AuthServiceProvider::class,
  154. Illuminate\Broadcasting\BroadcastServiceProvider::class,
  155. Illuminate\Bus\BusServiceProvider::class,
  156. Illuminate\Cache\CacheServiceProvider::class,
  157. Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
  158. Illuminate\Cookie\CookieServiceProvider::class,
  159. Illuminate\Database\DatabaseServiceProvider::class,
  160. Illuminate\Encryption\EncryptionServiceProvider::class,
  161. Illuminate\Filesystem\FilesystemServiceProvider::class,
  162. Illuminate\Foundation\Providers\FoundationServiceProvider::class,
  163. Illuminate\Hashing\HashServiceProvider::class,
  164. Illuminate\Mail\MailServiceProvider::class,
  165. Illuminate\Notifications\NotificationServiceProvider::class,
  166. Illuminate\Pagination\PaginationServiceProvider::class,
  167. Illuminate\Pipeline\PipelineServiceProvider::class,
  168. Illuminate\Queue\QueueServiceProvider::class,
  169. Illuminate\Redis\RedisServiceProvider::class,
  170. Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
  171. Illuminate\Session\SessionServiceProvider::class,
  172. Illuminate\Translation\TranslationServiceProvider::class,
  173. Illuminate\Validation\ValidationServiceProvider::class,
  174. Illuminate\View\ViewServiceProvider::class,
  175. /*
  176. * Package Service Providers...
  177. */
  178. /*
  179. * Application Service Providers...
  180. */
  181. App\Providers\AppServiceProvider::class,
  182. App\Providers\AuthServiceProvider::class,
  183. // App\Providers\BroadcastServiceProvider::class,
  184. App\Providers\EventServiceProvider::class,
  185. App\Providers\RouteServiceProvider::class,
  186. Biscolab\ReCaptcha\ReCaptchaServiceProvider::class,
  187. ],
  188. /*
  189. |--------------------------------------------------------------------------
  190. | Class Aliases
  191. |--------------------------------------------------------------------------
  192. |
  193. | This array of class aliases will be registered when this application
  194. | is started. However, feel free to register as many as you wish as
  195. | the aliases are "lazy" loaded so they don't hinder performance.
  196. |
  197. */
  198. 'aliases' => [
  199. 'App' => Illuminate\Support\Facades\App::class,
  200. 'Arr' => Illuminate\Support\Arr::class,
  201. 'Artisan' => Illuminate\Support\Facades\Artisan::class,
  202. 'Auth' => Illuminate\Support\Facades\Auth::class,
  203. 'Blade' => Illuminate\Support\Facades\Blade::class,
  204. 'Broadcast' => Illuminate\Support\Facades\Broadcast::class,
  205. 'Bus' => Illuminate\Support\Facades\Bus::class,
  206. 'Cache' => Illuminate\Support\Facades\Cache::class,
  207. 'Config' => Illuminate\Support\Facades\Config::class,
  208. 'Cookie' => Illuminate\Support\Facades\Cookie::class,
  209. 'Crypt' => Illuminate\Support\Facades\Crypt::class,
  210. 'Date' => Illuminate\Support\Facades\Date::class,
  211. 'DB' => Illuminate\Support\Facades\DB::class,
  212. 'Eloquent' => Illuminate\Database\Eloquent\Model::class,
  213. 'Event' => Illuminate\Support\Facades\Event::class,
  214. 'File' => Illuminate\Support\Facades\File::class,
  215. 'Gate' => Illuminate\Support\Facades\Gate::class,
  216. 'Hash' => Illuminate\Support\Facades\Hash::class,
  217. 'Http' => Illuminate\Support\Facades\Http::class,
  218. 'Js' => Illuminate\Support\Js::class,
  219. 'Lang' => Illuminate\Support\Facades\Lang::class,
  220. 'Log' => Illuminate\Support\Facades\Log::class,
  221. 'Mail' => Illuminate\Support\Facades\Mail::class,
  222. 'Notification' => Illuminate\Support\Facades\Notification::class,
  223. 'Password' => Illuminate\Support\Facades\Password::class,
  224. 'Queue' => Illuminate\Support\Facades\Queue::class,
  225. 'RateLimiter' => Illuminate\Support\Facades\RateLimiter::class,
  226. 'Redirect' => Illuminate\Support\Facades\Redirect::class,
  227. // 'Redis' => Illuminate\Support\Facades\Redis::class,
  228. 'Request' => Illuminate\Support\Facades\Request::class,
  229. 'Response' => Illuminate\Support\Facades\Response::class,
  230. 'Route' => Illuminate\Support\Facades\Route::class,
  231. 'Schema' => Illuminate\Support\Facades\Schema::class,
  232. 'Session' => Illuminate\Support\Facades\Session::class,
  233. 'Storage' => Illuminate\Support\Facades\Storage::class,
  234. 'Str' => Illuminate\Support\Str::class,
  235. 'URL' => Illuminate\Support\Facades\URL::class,
  236. 'Validator' => Illuminate\Support\Facades\Validator::class,
  237. 'View' => Illuminate\Support\Facades\View::class,
  238. 'ReCaptcha' => Biscolab\ReCaptcha\Facades\ReCaptcha::class,
  239. ],
  240. ];