GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
690 B

<?php
return [
'name' => env('APP_NAME', 'Geonet Console'),
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),
'timezone' => env('APP_TIMEZONE', 'Asia/Jakarta'),
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'cipher' => 'AES-256-CBC',
'key' => env('APP_KEY'),
'previous_keys' => [],
'maintenance' => [
'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],
'admin_username' => env('ADMIN_USERNAME', 'admin'),
'admin_password' => env('ADMIN_PASSWORD', ''),
];