update database file configuration

This commit is contained in:
root 2026-01-06 14:02:31 +01:00
parent 30f8387ee8
commit a43b4a1fb0
201 changed files with 1005 additions and 1014 deletions

0
.editorconfig Normal file → Executable file
View File

16
.env.example Normal file → Executable file
View File

@ -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

0
.gitignore vendored Normal file → Executable file
View File

0
.styleci.yml Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app/ActBillingType.php Normal file → Executable file
View File

0
app/BillingPeriodType.php Normal file → Executable file
View File

0
app/Console/Commands/.gitkeep Normal file → Executable file
View File

0
app/Console/Kernel.php Normal file → Executable file
View File

0
app/Events/Event.php Normal file → Executable file
View File

0
app/Events/ExampleEvent.php Normal file → Executable file
View File

0
app/Events/InsuranceEvent.php Normal file → Executable file
View File

0
app/Events/InsuredConsultation.php Normal file → Executable file
View File

0
app/Exceptions/AppException.php Normal file → Executable file
View File

0
app/HealthCareSheetType.php Normal file → Executable file
View File

0
app/Helpers/common.php Normal file → Executable file
View File

0
app/Helpers/paths.php Normal file → Executable file
View File

0
app/Http/Controllers/Controller.php Normal file → Executable file
View File

0
app/Http/Controllers/HelperController.php Normal file → Executable file
View File

0
app/Http/Controllers/ImageController.php Normal file → Executable file
View File

0
app/Http/Controllers/InsuranceController.php Normal file → Executable file
View File

0
app/Http/Controllers/InsuranceInvoiceController.php Normal file → Executable file
View File

View File

0
app/Http/Middleware/Authenticate.php Normal file → Executable file
View File

0
app/Http/Middleware/BooleanMiddleware.php Normal file → Executable file
View File

0
app/Http/Middleware/ExampleMiddleware.php Normal file → Executable file
View File

0
app/Http/Middleware/SecureApiDocs.php Normal file → Executable file
View File

0
app/InsuranceAction.php Normal file → Executable file
View File

0
app/InsuranceInvoiceState.php Normal file → Executable file
View File

0
app/InsuranceState.php Normal file → Executable file
View File

0
app/InsuranceSubscriptionAffiliation.php Normal file → Executable file
View File

0
app/InsuranceSubscriptionState.php Normal file → Executable file
View File

0
app/Jobs/ExampleJob.php Normal file → Executable file
View File

0
app/Jobs/Job.php Normal file → Executable file
View File

0
app/Listeners/ExampleListener.php Normal file → Executable file
View File

0
app/Listeners/InsuredConsultationNotification.php Normal file → Executable file
View File

0
app/Listeners/NotifyUser.php Normal file → Executable file
View File

0
app/Models/CountriesCurrency.php Normal file → Executable file
View File

0
app/Models/Identification.php Normal file → Executable file
View File

0
app/Models/NhAct.php Normal file → Executable file
View File

0
app/Models/NhAuthorizationOfCareRequest.php Normal file → Executable file
View File

0
app/Models/NhDrugsAndDevice.php Normal file → Executable file
View File

0
app/Models/NhExam.php Normal file → Executable file
View File

0
app/Models/NhHavingRight.php Normal file → Executable file
View File

0
app/Models/NhHealthCareInstitution.php Normal file → Executable file
View File

0
app/Models/NhHealthCareSheet.php Normal file → Executable file
View File

0
app/Models/NhHealthCareSheetsExam.php Normal file → Executable file
View File

0
app/Models/NhHealthCareSheetsHistory.php Normal file → Executable file
View File

0
app/Models/NhHealthCareSheetsPerformance.php Normal file → Executable file
View File

0
app/Models/NhHealthCareSheetsPrescription.php Normal file → Executable file
View File

0
app/Models/NhInfosAuthorizationOfCareRequest.php Normal file → Executable file
View File

0
app/Models/NhInfosHealthCareSheets.php Normal file → Executable file
View File

0
app/Models/NhInfosInsurances.php Normal file → Executable file
View File

0
app/Models/NhInfosInvoice.php Normal file → Executable file
View File

0
app/Models/NhInsurance.php Normal file → Executable file
View File

0
app/Models/NhInsurancesHavingRight.php Normal file → Executable file
View File

0
app/Models/NhInsurancesInvoice.php Normal file → Executable file
View File

0
app/Models/NhInsurancesPayment.php Normal file → Executable file
View File

0
app/Models/NhInsurancesSubscription.php Normal file → Executable file
View File

0
app/Models/NhInsurancesSubscriptionsHistory.php Normal file → Executable file
View File

0
app/Models/NhInvoice.php Normal file → Executable file
View File

0
app/Models/NhMedicalPrescription.php Normal file → Executable file
View File

0
app/Models/NhMonthsPricesGrid.php Normal file → Executable file
View File

0
app/Models/NhNetworksConfig.php Normal file → Executable file
View File

0
app/Models/NhPerformance.php Normal file → Executable file
View File

0
app/Models/NhProviderClass.php Normal file → Executable file
View File

0
app/Models/NhTmpHealthCareSheet.php Normal file → Executable file
View File

0
app/Models/NhValidatingAgent.php Normal file → Executable file
View File

0
app/Models/NhYearsPricesGrid.php Normal file → Executable file
View File

0
app/Models/PaymentAggregator.php Normal file → Executable file
View File

0
app/Models/PaymentTransaction.php Normal file → Executable file
View File

0
app/Models/User.php Normal file → Executable file
View File

0
app/Models/WalletsUser.php Normal file → Executable file
View File

0
app/Providers/AppServiceProvider.php Normal file → Executable file
View File

0
app/Providers/AuthServiceProvider.php Normal file → Executable file
View File

0
app/Providers/EventServiceProvider.php Normal file → Executable file
View File

0
app/Rules/PasswordValidation.php Normal file → Executable file
View File

0
app/Traits/Helper.php Normal file → Executable file
View File

0
bootstrap/app.php Normal file → Executable file
View File

0
composer.json Normal file → Executable file
View File

1999
composer.lock generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

0
config/mail.php Normal file → Executable file
View File

0
config/sentry.php Normal file → Executable file
View File

0
config/swagger-lume.php Normal file → Executable file
View File

0
config/variable.php Normal file → Executable file
View File

0
database/factories/UserFactory.php Normal file → Executable file
View File

0
database/migrations/.gitkeep Normal file → Executable file
View File

View File

Some files were not shown because too many files have changed in this diff Show More