Update Auth.php

This commit is contained in:
候学杰 2019-01-25 17:30:14 +08:00
parent f848d321b7
commit 80305d5afa

View File

@ -32,7 +32,7 @@ class Auth
switch (env('APP_ENV')) { switch (env('APP_ENV')) {
case 'local': case 'local':
case 'develop': case 'develop':
$this->host = 'http://auth.lo.haowumc.com'; $this->host = 'http://auth.dev.haowumc.com';
break; break;
case 'production': case 'production':
$this->host = 'https://auth.int.haowumc.com'; $this->host = 'https://auth.int.haowumc.com';