Skip to content

Commit

Permalink
remove pointless envs app-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Feb 17, 2024
1 parent abbf11c commit 6b70c88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&
###< doctrine/doctrine-bundle ###

MASCOT_PATH=%kernel.project_dir%/empty
ADDITIONAL_TEMPLATE_PATH=%kernel.project_dir%/empty

BASE_TEMPLATE=base.html.twig

QBITTORRENT_URL=
QBITTORRENT_USERNAME=
Expand Down
1 change: 0 additions & 1 deletion config/packages/twig.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
twig:
form_themes:
- '%kernel.project_dir%/templates'
- '%env(ADDITIONAL_TEMPLATE_PATH)%'

when@test:
twig:
Expand Down
1 change: 0 additions & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
bind:
string $MASCOT_PATH: '%env(resolve:MASCOT_PATH)%'
string $BASE_TEMPLATE: '%env(resolve:BASE_TEMPLATE)%'
string $PUBLIC_DIR: '%kernel.project_dir%/public'

# makes classes in src/ available to be used as services
Expand Down

0 comments on commit 6b70c88

Please sign in to comment.