Remove references to unused Docker variable

This commit is contained in:
James Cole
2019-10-10 20:36:55 +02:00
parent de19bfe448
commit 22f63fd951
7 changed files with 1 additions and 25 deletions

View File

@@ -135,7 +135,6 @@ return [
'demo_username' => env('DEMO_USERNAME', ''),
'demo_password' => env('DEMO_PASSWORD', ''),
'is_sandstorm' => env('IS_SANDSTORM', 'unknown'),
'is_docker' => env('IS_DOCKER', 'unknown'),
'bunq_use_sandbox' => env('BUNQ_USE_SANDBOX', false),
'fixer_api_key' => env('FIXER_API_KEY', ''),
'mapbox_api_key' => env('MAPBOX_API_KEY', ''),