Skip to content

Commit

Permalink
latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jan 10, 2024
1 parent 5aafd1d commit 265f8a5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ AWS_S3_ACCESS_BUCKET=
AWS_S3_ACCESS_KEY=
AWS_S3_ACCESS_SECRET=
# Core settings
APP_URL=
APP_LOCALE=en
APP_PUBLIC=false
APP_SPACE_LIMIT=0
Expand Down
54 changes: 27 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/packages/wirhub_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ framework:
dsn: '%env(MAILER_URL)%'
envelope:
sender: '%env(MAILER_SENDER)%'
router:
default_uri: '%env(string:APP_URL)%'

httplug:
clients:
Expand Down

0 comments on commit 265f8a5

Please sign in to comment.