11 lines
381 B
PHP
11 lines
381 B
PHP
<?php
|
|
|
|
return [
|
|
// Project-level license client overrides for hosts where Apache/PHP env vars
|
|
// are not editable or cannot be reloaded on demand.
|
|
'license_api_url' => 'https://omanapp.cloud/central_license_manager',
|
|
'license_app_name' => 'Bilingual Accounting',
|
|
'license_app_slug' => 'bilingual-accounting',
|
|
// 'license_api_secret' => '1485-5215-2578',
|
|
];
|