Files
productalert/config/platform/general.php
Charles T 36efe23dcc Add (routes): All routes possible
Add (pages): home country page
2023-07-26 03:10:36 +08:00

10 lines
148 B
PHP

<?php
return [
'app_version' => '1.0.0',
'dev_default_ip' => env('DEV_DEFAULT_IP', '127.0.0.1'),
'fallback_country_slug' => 'my',
];