API
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'debug' => $_ENV['DEBUG'] ?? false
|
||||
'debug' => $_ENV['DEBUG'] ?? false,
|
||||
'api_key' => $_ENV['API_KEY'],
|
||||
'python_api' => $_ENV['PYTHON_API'] ?? 'http://python:5000',
|
||||
'python_key' => $_ENV['PYTHON_KEY']
|
||||
];
|
||||
|
Reference in New Issue
Block a user