mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: use config() instead of env()
This commit is contained in:
parent
79ceed0820
commit
6f05f8ddeb
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
|||
Unfortunately, can't get it to work for now :(
|
||||
--}}
|
||||
window.BASE_URL = "{{ asset('') }}";
|
||||
window.PUSHER_APP_KEY = "{{ env('PUSHER_APP_KEY') }}";
|
||||
window.PUSHER_APP_CLUSTER = "{{ env('PUSHER_APP_CLUSTER') }}";
|
||||
window.PUSHER_APP_KEY = "{{ config('broadcasting.connections.pusher.key') }}";
|
||||
window.PUSHER_APP_CLUSTER = "{{ config('broadcasting.connections.pusher.options.cluster') }}";
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue