Page MenuHomePhorge

Configurable services domain
ClosedPublic

Authored by mollekopf on Oct 21 2022, 2:12 PM.
Tags
None
Referenced Files
F11823567: D3926.id11225.diff
Sat, Apr 20, 10:16 AM
F11815122: D3926.id11204.diff
Fri, Apr 19, 6:39 PM
Unknown Object (File)
Thu, Apr 18, 7:25 AM
Unknown Object (File)
Wed, Apr 17, 9:53 AM
Unknown Object (File)
Tue, Apr 16, 6:27 PM
Unknown Object (File)
Thu, Apr 11, 1:21 PM
Unknown Object (File)
Tue, Apr 9, 7:26 AM
Unknown Object (File)
Fri, Mar 22, 1:23 PM
Subscribers
None

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.EditedOct 21 2022, 2:19 PM

This should resolve the following modification:

 if (\config('app.with_services')) {
     Route::group(
         [
-            'domain' => 'services.' . \config('app.website_domain'),
+            'domain' => 'services.infra.' . \config('app.website_domain'),
             'prefix' => 'webhooks'
         ],
         function () {

fwiw, the same could be done for the admin/reseller domain if we wanted to.

This revision is now accepted and ready to land.Oct 22 2022, 2:45 PM
This revision was automatically updated to reflect the committed changes.