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
264
Merge Requests
32
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
1eb6e06e
Commit
1eb6e06e
authored
52 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Ditch /en suffix in CDN
parent
6e6f6132
goal/local-infra
1 merge request
!457
WIP: Local infrastructure provisioner (engine)
Pipeline
#115639493
passed with stages
in 8 minutes and 25 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 @
1eb6e06e
...
...
@@ -143,7 +143,7 @@ $CONFIG->__site_secret__ = '{{site-secret}}';
// $CONFIG->cdn_url = 'http://{{domain}}/';
$CONFIG
->
site_url
=
'http://{{domain}}/'
;
$CONFIG
->
cdn_url
=
'http://{{domain}}/'
;
$CONFIG
->
cdn_assets_url
=
'http://{{domain}}/
en/
'
;
$CONFIG
->
cdn_assets_url
=
'http://{{domain}}/'
;
$CONFIG
->
zmq_server
=
'localhost'
;
$CONFIG
->
checkout_url
=
'http://{{checkout_domain}}/'
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment