mirror of
https://gitlab.com/izyim/prototypes/lumen-microservices/microservice-api-gateway.git
synced 2026-08-19 04:24:15 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
return [
|
||||
'products' => [
|
||||
'base_uri' => env('PRODUCTS_SERVICE_BASE_URI'),
|
||||
'secret' => env('PRODUCTS_SERVICE_SECRET')
|
||||
],
|
||||
'orders' => [
|
||||
'base_uri' => env('ORDERS_SERVICE_BASE_URI'),
|
||||
'secret' => env('ORDERS_SERVICE_SECRET'),
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user