54 lines
3.2 KiB
PHP
54 lines
3.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'version' => '1.5.22',
|
|
'name' => env('APP_NAME', 'ExtraNetWork'),
|
|
'env' => env('APP_ENV', 'production'),
|
|
'client_server' => env('CLIENT_SERVER', 'https://app.extranetwork.com'),
|
|
'debug' => env('APP_DEBUG', false),
|
|
'url' => env('APP_URL', 'https://api.extranetwork.com'),
|
|
'webUrl' => env('WEB_URL', 'https://www.extranetwork.com'),
|
|
'timezone' => env('APP_TIMEZONE', 'Europe/Istanbul'),
|
|
'locale' => env('APP_LOCALE', 'en'),
|
|
'fallback_locale' => 'en',
|
|
'jwt' => [
|
|
'secret' => env('JWT_SECRET', 'JhbGciOiJIUzI1N0eXAiOiJKV1QiLC'),
|
|
],
|
|
'fileSystemDriver' => env('FILESYSTEM_DRIVER', '/Users/bulutkuru/Desktop/uploads/'),
|
|
'imageUrl' => env('IMAGE_URL', 'http://cdn.extranetwork.com.test'),
|
|
'googleApplicationCredentials' => env('GOOGLE_APPLICATION_CREDENTIALS', ''),
|
|
'log_slack' => env('LOG_SLACK_WEBHOOK_URL', 'https://hooks.slack.com/services/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'),
|
|
'appLanguageJsonStoredFolder' => env('APP_LANGUAGE_JSON_STORED_FOLDER', '/home/project/app.extranetwork.com/build_public'), // for application language filepath
|
|
'myWebLanguageJsonStoredFolder' => env('MYWEB_LANGUAGE_JSON_STORED_FOLDER', '/home/project/myweb.extranetwork.com/resources/lang/'), // for myweb language filepath
|
|
'wwwLanguageJsonStoredFolder' => env('WWW_LANGUAGE_JSON_STORED_FOLDER', '/home/project/www.extranetwork.com/resources/lang/'), // for www language filepath
|
|
'bookingEngineLanguageJsonStoredFolder' => env('BOOKING_ENGINE_LANGUAGE_JSON_STORED_FOLDER', '/home/project/be.extranetwork.com/resources/lang/'), // for booking.engine language filepath
|
|
'mainHostAddress' => env('MAIN_HOST_ADDRESS', 'https://myweb.extranetwork.com'), // main host address
|
|
'getMyWebCNAME' => 'myweb.extranetwork.com', // MyWeb CNAME Hosting Alias
|
|
"myIP" => "88.247.112.165",
|
|
"bookingEngineUrl" => env('BOOKING_ENGINE_URL', 'https://be.extranetwork.com'),
|
|
"zipFilesUrl" => env('ZIP_FILES_URL', 'https://api.extranetwork.com/property-zip-files/'),
|
|
"propertyFilesUrl" => env('PROPERTY_FILES_URL', 'https://cdn.extranetwork.com/property-files/'),
|
|
"mailSenderAddress" => 'noreply@extranetwork.com',
|
|
"logMailAddress" => 'burhan@extranetwork.com',
|
|
"paymentFormLink" => env('PAYMENT_FORM_LINK', 'https://be.extranetwork.com/link/'),
|
|
"enwContactFormMailTo" => env('ENW_CONTACT_FORM_MAILTO', 'info@extranetwork.com'),
|
|
'channelManager' => [
|
|
'reseliva' => [
|
|
'userId' => 'apiuser@extranetwork.com',
|
|
'userPassword' => 'ExtrntWrk21*!'
|
|
]
|
|
],
|
|
'stripeENWKey' => env('STRIPE_ENWKEY', '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'),
|
|
'key' => 'mWx0BnBvK5rp95PXjIiLHxc29nxSkG0X', //z8IQfoLXSrIPk7gwnh3EbOos8wkzHIzY, vPdC6dXrK8LWbLxrYNxDXUGcggGg58ff
|
|
'cipher' => 'AES-256-CBC',
|
|
'taxOptions' => [
|
|
'TR' => [
|
|
'title' => 'Accommodation Tax',
|
|
'language_key' => 'api-tax-accommodation_tax',
|
|
'rate' => '%2',
|
|
]
|
|
],
|
|
'openAISecretKey' => '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'
|
|
];
|