forked from nukeviet/nukeviet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests-config-sample.php
More file actions
39 lines (31 loc) · 1.08 KB
/
Copy pathtests-config-sample.php
File metadata and controls
39 lines (31 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
/**
* @Project NUKEVIET 4.x
* @Author VINADES.,JSC <contact@vinades.vn>
* @Copyright (C) 2014 VINADES.,JSC.
* All rights reserved
* @License GNU/GPL version 2 or any later version
* @Createdate 31/05/2010, 00:36
*/
// Thiết lập hệ thống test
define('NV_PHP_CMD', 'php');
define('NV_BASE_SITEURL', '/');
// Thông tin site test
define('NV_TESTS_DOMAIN', 'nukeviet.vn');
define('NV_TESTS_LANG', 'vi');
// Cấu hình CSDL test
define('NV_DB_TESTS_DBTYPE', 'mysql');
define('NV_DB_TESTS_DBHOST', 'localhost');
define('NV_DB_TESTS_DBNAME', 'nv4_test');
define('NV_DB_TESTS_DBUNAME', 'root');
define('NV_DB_TESTS_DBPASS', '');
define('NV_DB_TESTS_PREFIX', 'nv4test');
define('NV_DB_TESTS_DBPORT', '');
// Tài khoản test mặc định
define('NV_SITE_TESTS_TITLE', 'NukeViet Test Site');
define('NV_SITE_TESTS_LANG_MULTI', true);
define('NV_ADMIN_TESTS_USERNAME', 'admintest');
define('NV_ADMIN_TESTS_PASSWORD', 'admin@Password2018');
define('NV_ADMIN_TESTS_EMAIL', 'test@nukeviet.vn');
define('NV_ADMIN_TESTS_QUESTION', 'Question');
define('NV_ADMIN_TESTS_ANSWER', 'Answer');