Update Auth.php
This commit is contained in:
parent
f848d321b7
commit
80305d5afa
|
@ -32,7 +32,7 @@ class Auth
|
|||
switch (env('APP_ENV')) {
|
||||
case 'local':
|
||||
case 'develop':
|
||||
$this->host = 'http://auth.lo.haowumc.com';
|
||||
$this->host = 'http://auth.dev.haowumc.com';
|
||||
break;
|
||||
case 'production':
|
||||
$this->host = 'https://auth.int.haowumc.com';
|
||||
|
|
Loading…
Reference in New Issue
Block a user