Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
275
Merge Requests
35
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
117eb6f8
Commit
117eb6f8
authored
49 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Add default local stack root domains
parent
5f2ab1f3
chore/local-infra-tweaks
1 merge request
!466
WIP: Local stack tweaks
Pipeline
#117967058
passed with stages
in 7 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
settings.example.php
View file @
117eb6f8
...
...
@@ -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'
,
]);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment