Merge remote-tracking branch 'refs/remotes/origin/staging' into staging

This commit is contained in:
kevin
2023-07-04 09:42:37 +07:00
1905 changed files with 550 additions and 13 deletions

0
.DS_Store vendored Executable file → Normal file
View File

0
.editorconfig Executable file → Normal file
View File

83
.env-example Normal file
View File

@@ -0,0 +1,83 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:axfmcy3qUMuukm8emaW6G0x/7SS3wWcLITXo+YAyCps=
APP_DEBUG=true
APP_URL=http://localhost:8000
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=aso_two
DB_USERNAME=mysql
DB_PASSWORD=password
OLDLMS_DB_CONNECTION=mysql
OLDLMS_DB_HOST=127.0.0.1
OLDLMS_DB_PORT=3306
OLDLMS_DB_DATABASE=linksehat
OLDLMS_DB_USERNAME=mysql
OLDLMS_DB_PASSWORD=password
BROADCAST_DRIVER=pusher
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
#MAIL_DRIVER=smtp
#MAIL_HOST=smtp.gmail.com
#MAIL_PORT=587
#MAIL_USERNAME=tumbaltumbal11@gmail.com
#MAIL_PASSWORD="pxrrksphndlvkgca"
#MAIL_USERNAME=noreply@primayahospital.com
#MAIL_PASSWORD="eqplciswxchsaart"
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=b488d13fde4349
MAIL_PASSWORD=63b64761d270ba
MAIL_ENCRYPTION=tls
MAIL_ENCRYPTION=TLS
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
PUSHER_APP_ID="app-id"
PUSHER_APP_KEY="app-key"
PUSHER_APP_SECRET="app-secret"
PUSHER_HOST=localhost
PUSHER_PORT=6001
PUSHER_SCHEME=http
# PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
LMS_API_URL="http://lmsapi.primaya.id"
DUITKU_MERCHANT_KEY=c61af0a92d8e9b7fff00deecc975d84d
DUITKU_MERCHANT_CODE=D11810
DUITKU_IS_SANDBOX=TRUE
WKHTML_PDF_BINARY=/var/www/aso/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64
WKHTML_IMG_BINARY=

0
.gitattributes vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

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

0
Modules/Client/Config/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Config/config.php Executable file → Normal file
View File

0
Modules/Client/Console/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Database/Migrations/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Database/Seeders/.gitkeep Executable file → Normal file
View File

View File

0
Modules/Client/Database/factories/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Entities/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Http/Controllers/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Http/Controllers/Api/AuthController.php Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

0
Modules/Client/Http/Controllers/Api/UserController.php Executable file → Normal file
View File

0
Modules/Client/Http/Controllers/ClientController.php Executable file → Normal file
View File

0
Modules/Client/Http/Middleware/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Http/Requests/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Providers/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Providers/ClientServiceProvider.php Executable file → Normal file
View File

0
Modules/Client/Providers/RouteServiceProvider.php Executable file → Normal file
View File

0
Modules/Client/Resources/assets/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Resources/assets/js/app.js Executable file → Normal file
View File

0
Modules/Client/Resources/assets/sass/app.scss Executable file → Normal file
View File

0
Modules/Client/Resources/lang/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Resources/views/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Resources/views/index.blade.php Executable file → Normal file
View File

View File

0
Modules/Client/Routes/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Routes/api.php Executable file → Normal file
View File

0
Modules/Client/Routes/web.php Executable file → Normal file
View File

0
Modules/Client/Tests/Feature/.gitkeep Executable file → Normal file
View File

0
Modules/Client/Tests/Unit/.gitkeep Executable file → Normal file
View File

View File

0
Modules/Client/Transformers/ClaimShowResource.php Executable file → Normal file
View File

View File

View File

View File

View File

0
Modules/Client/composer.json Executable file → Normal file
View File

0
Modules/Client/module.json Executable file → Normal file
View File

0
Modules/Client/package.json Executable file → Normal file
View File

0
Modules/Client/webpack.mix.js Executable file → Normal file
View File

0
Modules/HospitalPortal/Config/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Config/config.php Executable file → Normal file
View File

0
Modules/HospitalPortal/Console/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Database/Migrations/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Database/Seeders/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Database/factories/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Entities/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Http/Controllers/.gitkeep Executable file → Normal file
View File

View File

View File

View File

View File

View File

0
Modules/HospitalPortal/Http/Middleware/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Http/Requests/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Providers/.gitkeep Executable file → Normal file
View File

View File

View File

0
Modules/HospitalPortal/Resources/assets/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Resources/assets/js/app.js Executable file → Normal file
View File

0
Modules/HospitalPortal/Resources/assets/sass/app.scss Executable file → Normal file
View File

0
Modules/HospitalPortal/Resources/lang/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Resources/views/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Resources/views/index.blade.php Executable file → Normal file
View File

View File

0
Modules/HospitalPortal/Routes/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Routes/api.php Executable file → Normal file
View File

0
Modules/HospitalPortal/Routes/web.php Executable file → Normal file
View File

0
Modules/HospitalPortal/Tests/Feature/.gitkeep Executable file → Normal file
View File

0
Modules/HospitalPortal/Tests/Unit/.gitkeep Executable file → Normal file
View File

View File

View File

0
Modules/HospitalPortal/composer.json Executable file → Normal file
View File

0
Modules/HospitalPortal/module.json Executable file → Normal file
View File

0
Modules/HospitalPortal/package.json Executable file → Normal file
View File

0
Modules/HospitalPortal/webpack.mix.js Executable file → Normal file
View File

0
Modules/Internal/Config/.gitkeep Executable file → Normal file
View File

0
Modules/Internal/Config/config.php Executable file → Normal file
View File

0
Modules/Internal/Console/.gitkeep Executable file → Normal file
View File

0
Modules/Internal/Database/Migrations/.gitkeep Executable file → Normal file
View File

0
Modules/Internal/Database/Seeders/.gitkeep Executable file → Normal file
View File

View File

0
Modules/Internal/Database/factories/.gitkeep Executable file → Normal file
View File

0
Modules/Internal/Emails/SendVerifyEmail.php Executable file → Normal file
View File

0
Modules/Internal/Entities/.gitkeep Executable file → Normal file
View File

0
Modules/Internal/Events/ForgetPassword.php Executable file → Normal file
View File

0
Modules/Internal/Http/Controllers/.gitkeep Executable file → Normal file
View File

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