feat: implement AI styling foundation and billing scope rework
This commit is contained in:
@@ -79,4 +79,10 @@ return [
|
||||
'queue' => env('REVENUECAT_WEBHOOK_QUEUE', 'webhooks'),
|
||||
],
|
||||
|
||||
'runware' => [
|
||||
'api_key' => env('RUNWARE_API_KEY'),
|
||||
'base_url' => env('RUNWARE_BASE_URL', 'https://api.runware.ai/v1'),
|
||||
'timeout' => (int) env('RUNWARE_TIMEOUT', 90),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user