Page MenuHomePhorge

Configurable services domain
ClosedPublic

Authored by mollekopf on Oct 21 2022, 2:12 PM.
Tags
None
Referenced Files
F11875143: D3926.id11210.diff
Wed, Apr 24, 5:51 AM
Unknown Object (File)
Sun, Apr 21, 5:02 PM
Unknown Object (File)
Sun, Apr 21, 5:02 PM
Unknown Object (File)
Sun, Apr 21, 5:02 PM
Unknown Object (File)
Sun, Apr 21, 5:02 PM
Unknown Object (File)
Sun, Apr 21, 5:02 PM
Unknown Object (File)
Sat, Apr 20, 10:16 AM
Unknown Object (File)
Fri, Apr 19, 6:39 PM
Subscribers
None

Diff Detail

Repository
rK kolab
Branch
dev/mollekopf
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40466
Build 16388: arc lint + arc unit

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.