diff --git a/src/config/config.php b/src/config/config.php index 3897ebe..4da9d63 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -15,4 +15,5 @@ return [ 'backoff' => explode(',', env('LOG_QUEUE_BACKOFF', '15')) ], 'sensitive_data' => env('LOGS_LAYER_SENSITIVE_DATA', 'password,password_confirmation,token,api_token,api_key,access_token,refresh_token,authorization_code,client_secret'), + 'server_ip' => env('SERVER_IP', '127.0.0.1') ];