Page MenuHomePhorge

D3926.1775394587.diff
No OneTemporary

Authored By
Unknown
Size
872 B
Referenced Files
None
Subscribers
None

D3926.1775394587.diff

diff --git a/src/config/app.php b/src/config/app.php
--- a/src/config/app.php
+++ b/src/config/app.php
@@ -84,6 +84,11 @@
'website_domain' => env('APP_WEBSITE_DOMAIN', env('APP_DOMAIN', 'domain.tld')),
+ 'services_domain' => env(
+ 'APP_SERVICES_DOMAIN',
+ "services." . env('APP_WEBSITE_DOMAIN', env('APP_DOMAIN', 'domain.tld'))
+ ),
+
/*
|--------------------------------------------------------------------------
| Application Timezone
diff --git a/src/routes/api.php b/src/routes/api.php
--- a/src/routes/api.php
+++ b/src/routes/api.php
@@ -165,7 +165,7 @@
if (\config('app.with_services')) {
Route::group(
[
- 'domain' => 'services.' . \config('app.website_domain'),
+ 'domain' => \config('app.services_domain'),
'prefix' => 'webhooks'
],
function () {

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 1:09 PM (16 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18742764
Default Alt Text
D3926.1775394587.diff (872 B)

Event Timeline