Commit 117eb6f8 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Add default local stack root domains

1 merge request!466WIP: Local stack tweaks
Pipeline #117967058 passed with stages
in 7 minutes and 28 seconds
......@@ -585,7 +585,7 @@ $CONFIG->set('gitlab', [
$CONFIG->set('pro', [
'handler' => '',
'root_domains' => ['minds.com', 'www.minds.com', 'localhost'],
'root_domains' => ['minds.com', 'www.minds.com', 'localhost', 'localhost:8080', 'localhost:4200'],
'subdomain_suffix' => 'minds.com',
'dynamodb_table_name' => 'traefik',
]);
......
Please register or to comment