Page MenuHomePhorge

Configurable services domain
ClosedPublic

Authored by mollekopf on Oct 21 2022, 2:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 1:23 PM
Unknown Object (File)
Feb 19 2024, 2:14 PM
Unknown Object (File)
Feb 15 2024, 3:36 AM
Unknown Object (File)
Feb 13 2024, 12:42 AM
Unknown Object (File)
Feb 9 2024, 11:59 PM
Unknown Object (File)
Feb 8 2024, 4:02 PM
Unknown Object (File)
Feb 1 2024, 7:59 PM
Unknown Object (File)
Jan 30 2024, 3:09 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.