Skip to content

Commit 3385dcf

Browse files
7-zete-7maxhelias
authored andcommitted
feat: add DEFAULT_URI environment variable
1 parent 2530094 commit 3385dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
restart: unless-stopped
66
environment:
77
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
8+
DEFAULT_URI: https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}
89
MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
910
MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
1011
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM

0 commit comments

Comments
 (0)