Added support for basepath on docker image

This commit is contained in:
Alejandro Celaya
2019-09-13 20:36:40 +02:00
parent bc07d77d06
commit 0a1786c89a
3 changed files with 19 additions and 1 deletions

View File

@@ -168,4 +168,8 @@ return [
'servers' => env('REDIS_SERVERS'),
],
'router' => [
'base_path' => env('BASE_PATH', ''),
],
];