This commit is contained in:
Marcel Pociot
2020-04-27 11:23:38 +02:00
parent 0913e72f4f
commit 76e603ec84

8
config/expose.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
'host' => 'expose.dev',
'port' => 8080,
'auth_token' => '',
'dashboard_subdomain' => 'expose',
];