mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
10 lines
385 B
PHP
10 lines
385 B
PHP
<?php
|
|
|
|
return [
|
|
// IMPORTANT: please update resources/assets/vue/app.js if value is changed
|
|
|
|
// 'qr_code_img_url' => 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=', // not working
|
|
// 'qr_code_img_url' => 'https://qrcode.tec-it.com/API/QRCode?data=',
|
|
'qr_code_img_url' => 'https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=', // backup
|
|
];
|