Skip to content

Commit

Permalink
Merge branch 'develop' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Jul 2, 2024
2 parents 2ca79e7 + 6b1db49 commit 8637160
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions composer.lock

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

2 changes: 1 addition & 1 deletion config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ security:
memory:
users:
release-team:
password: $2y$15$enKo8VPgw7nd07YcIfPaZOUwfWd.S6Rz0GcaPJXkf3br8NFejkmuq
password: '$2y$15$enKo8VPgw7nd07YcIfPaZOUwfWd.S6Rz0GcaPJXkf3br8NFejkmuq'
roles: ROLE_ADMIN
firewalls:
dev:
Expand Down
1 change: 1 addition & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
DirectoryIndex index.php
RewriteEngine On
Options +FollowSymlinks
Expand Down

0 comments on commit 8637160

Please sign in to comment.