Skip to content

Commit

Permalink
Updated doco base URL to be prod url.
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Aug 16, 2024
1 parent f277d52 commit 2a0b3a3
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 59 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://vine.test
APP_PRODUCTION_URL=http://vine.test

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
Expand Down
2 changes: 1 addition & 1 deletion config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// The base URL displayed in the docs. If this is empty, Scribe will use the value of config('app.url') at generation time.
// If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL.
'base_url' => env('APP_URL'),
'base_url' => env('APP_PRODUCTION_URL'),

'routes' => [
[
Expand Down
Loading

0 comments on commit 2a0b3a3

Please sign in to comment.