Page MenuHomePhorge

D3926.1774845572.diff
No OneTemporary

Authored By
Unknown
Size
872 B
Referenced Files
None
Subscribers
None

D3926.1774845572.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
Mon, Mar 30, 4:39 AM (5 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18742764
Default Alt Text
D3926.1774845572.diff (872 B)

Event Timeline