Files
2024-10-22 23:29:51 +08:00

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
];