Skip to content

Commit 8eeb0e0

Browse files
committed
chore(swagger): fix config
1 parent 990179a commit 8eeb0e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/l5-swagger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
* Edit to trust the proxy's ip address - needed for AWS Load Balancer
251251
* string[]
252252
*/
253-
'proxy' => false,
253+
'proxy' => env('L5_SWAGGER_PROXY', false),
254254

255255
/*
256256
* Configs plugin allows to fetch external configs instead of passing them to SwaggerUIBundle.

0 commit comments

Comments
 (0)