Explorar el Código

Use TOKBOX_API_KEY from .env

Vijayakrishnan Krishnan hace 5 años
padre
commit
a95bfd5ecf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      resources/views/meet.blade.php

+ 2 - 1
resources/views/meet.blade.php

@@ -155,7 +155,8 @@
 
                     var self = this;
 
-                    var apiKey = '46794204';
+                    var apiKey = '<?= env('TOKBOX_API_KEY', '46678902') ?>';
+                    alert(apiKey);
                     var sessionId = this.otSessionId;
                     var token = this.selfToken;