update database file configuration
This commit is contained in:
parent
30f8387ee8
commit
a43b4a1fb0
|
|
@ -2,7 +2,7 @@ APP_NAME=NanoSanteService
|
|||
APP_ENV=production
|
||||
APP_KEY=hSE77LIqT2pg9h31EY65u4nsb2RA4h04
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://localhost
|
||||
APP_URL=https://test.ilink-app.com:8086
|
||||
APP_TIMEZONE=UTC
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
|
@ -11,13 +11,13 @@ LOG_SLACK_WEBHOOK_URL=
|
|||
DB_CONNECTION=mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=iLink_prod
|
||||
DB_DATABASE=iLink_preprod
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=vps@2017GA
|
||||
DB_PASSWORD=@iLink@2025
|
||||
|
||||
MAIL_HOST=mail.ilink-app.com
|
||||
MAIL_USERNAME=noreply@ilink-app.com
|
||||
MAIL_PASSWORD=Reply@iLink2022@@@
|
||||
MAIL_PASSWORD=ijQa[(V2Xm{F2e9SEso}
|
||||
MAIL_FROM_ADDRESS=noreply@ilink-app.com
|
||||
MAIL_FROM_NAME="iLink World"
|
||||
MAIL_ENCRYPTION=tls
|
||||
|
|
@ -27,7 +27,7 @@ QUEUE_CONNECTION=sync
|
|||
|
||||
ACCEPTED_KEYS=gZ7KibrSvFNLxrGz49usnRiKBZ4OlX99,eStSQIoAfnTJ9nkCs0IJkJiKACxYVcQm
|
||||
|
||||
NOTIFICATION_SERVICE_URL=localhost:8083
|
||||
NOTIFICATION_SERVICE_URL=https://test.ilink-app.com:8083
|
||||
NOTIFICATION_SERVICE_KEY=RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg
|
||||
|
||||
SWAGGER_GENERATE_ALWAYS=true
|
||||
|
|
@ -36,10 +36,10 @@ SWAGGER_DOCS_TOKEN=ZfMqCAdHHrSH8ADdXreIejgjJtOwsH4K
|
|||
SENTRY_LARAVEL_DSN=https://cb0057643b0c4ce5805e49b5b54bd5c3@o1053292.ingest.sentry.io/6037678
|
||||
SENTRY_TRACES_SAMPLE_RATE=1
|
||||
|
||||
DEFAULT_COUNTRY_CODE=GA
|
||||
DEFAULT_DIAL_CODE=+241
|
||||
DEFAULT_COUNTRY_CODE=CM
|
||||
DEFAULT_DIAL_CODE=+237
|
||||
|
||||
PAYMENT_SERVICE_URL=localhost:8087
|
||||
PAYMENT_SERVICE_URL=https://test.ilink-app.com:8087
|
||||
PAYMENT_SERVICE_KEY=U14YhuyFhweMeYpIYj8Ft2jm4cVgbMzD
|
||||
|
||||
SEND_MAIL=false
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
0
database/migrations/2021_10_04_160210_add_nano_health_columns_in_config_wallet_table.php
Normal file → Executable file
0
database/migrations/2021_10_04_160210_add_nano_health_columns_in_config_wallet_table.php
Normal file → Executable file
0
database/migrations/2021_10_04_161135_create_nh_networks_configs_table.php
Normal file → Executable file
0
database/migrations/2021_10_04_161135_create_nh_networks_configs_table.php
Normal file → Executable file
0
database/migrations/2021_10_04_161135_create_nh_years_prices_grid_table.php
Normal file → Executable file
0
database/migrations/2021_10_04_161135_create_nh_years_prices_grid_table.php
Normal file → Executable file
0
database/migrations/2021_10_08_062533_create_nh_months_prices_grid_table.php
Normal file → Executable file
0
database/migrations/2021_10_08_062533_create_nh_months_prices_grid_table.php
Normal file → Executable file
0
database/migrations/2021_10_11_163020_create_nh_validating_doctors_table.php
Normal file → Executable file
0
database/migrations/2021_10_11_163020_create_nh_validating_doctors_table.php
Normal file → Executable file
0
database/migrations/2021_10_14_122249_create_nh_provider_classes_table.php
Normal file → Executable file
0
database/migrations/2021_10_14_122249_create_nh_provider_classes_table.php
Normal file → Executable file
0
database/migrations/2021_10_14_151601_add_nh_provider_class_id_in_agents_table.php
Normal file → Executable file
0
database/migrations/2021_10_14_151601_add_nh_provider_class_id_in_agents_table.php
Normal file → Executable file
0
database/migrations/2021_10_18_134558_create_nh_insurances_subscriptions_table.php
Normal file → Executable file
0
database/migrations/2021_10_18_134558_create_nh_insurances_subscriptions_table.php
Normal file → Executable file
0
database/migrations/2021_10_18_135541_create_nh_insurances_having_rights.php
Normal file → Executable file
0
database/migrations/2021_10_18_135541_create_nh_insurances_having_rights.php
Normal file → Executable file
0
database/migrations/2021_10_18_152142_create_nh_insurances_subscriptions_history_table.php
Normal file → Executable file
0
database/migrations/2021_10_18_152142_create_nh_insurances_subscriptions_history_table.php
Normal file → Executable file
0
database/migrations/2021_10_20_104656_add_age_limit_of_insured_and_spouse_in_nh_networks_configs_table.php
Normal file → Executable file
0
database/migrations/2021_10_20_104656_add_age_limit_of_insured_and_spouse_in_nh_networks_configs_table.php
Normal file → Executable file
0
database/migrations/2021_10_20_111510_create_nh_infos_insurances_subscriptions_view.php
Normal file → Executable file
0
database/migrations/2021_10_20_111510_create_nh_infos_insurances_subscriptions_view.php
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue