|
@@ -24,9 +24,9 @@ class DeployBuild extends Base |
|
@@ -24,9 +24,9 @@ class DeployBuild extends Base |
|
24
|
|
24
|
|
|
25
|
public function getTestDomainAttribute(): string
|
25
|
public function getTestDomainAttribute(): string
|
|
26
|
{
|
26
|
{
|
|
27
|
- $hashids = new Hashids('test_domain', 4, 'abcdefghjkmnpqrstuvwxyz1234567890');
|
27
|
+ $hashids = new Hashids('test_domain', 5, 'abcdefghjkmnpqrstuvwxyz1234567890');
|
|
28
|
$code = $hashids->encode($this->project_id);
|
28
|
$code = $hashids->encode($this->project_id);
|
|
29
|
- return 'https://' . $code . '.test.com';
|
29
|
+ return 'https://v6-' . $code . 'globalso.site';
|
|
30
|
}
|
30
|
}
|
|
31
|
|
31
|
|
|
32
|
public static function clearCache($row){
|
32
|
public static function clearCache($row){
|