Skip to content

Commit

Permalink
update for DSN encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Aug 15, 2024
1 parent 91c9a8d commit 1bb71e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Thumbs.db
.env.local
.env*.local
!.env.dist
.dsn
.dsn.*

# Libraries
/vendor
Expand Down
1 change: 1 addition & 0 deletions etc/conf/whoops.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'SERVER_ADMIN',
'SCRIPT_FILENAME',
'REMOTE_PORT',
'DATABASE_DSN',
],
array_keys($_ENV ?? [])
)
Expand Down

0 comments on commit 1bb71e9

Please sign in to comment.