app.php 12 KB

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