Browse Source

Guessing...

imwald
Nuša Pukšič 1 year ago
parent
commit
abf57bab90
  1. 1
      compose.yaml
  2. 2
      config/bundles.php

1
compose.yaml

@ -5,7 +5,6 @@ services: @@ -5,7 +5,6 @@ services:
context: .
dockerfile: Dockerfile
environment:
APP_ENV: ${APP_ENV:-dev}
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
MERCURE_PUBLISHER_JWT_KEY: ${MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
MERCURE_SUBSCRIBER_JWT_KEY: ${MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}

2
config/bundles.php

@ -11,6 +11,6 @@ return [ @@ -11,6 +11,6 @@ return [
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['local' => true, 'prod' => false],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['all' => true, 'prod' => false],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
];

Loading…
Cancel
Save