8 lines
231 B
PHP
8 lines
231 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'adminEmail' => 'admin@example.com',
|
||
|
|
'bsDependencyEnabled' => true,
|
||
|
|
'bsVersion' => '5.x',
|
||
|
|
//'urlOnline' => 'https://ppk.moph.go.th/pathology',
|
||
|
|
//'urlOffline' => 'http://10.10.20.111/pathology',
|
||
|
|
];
|