File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ class PHP_CRUD_API_Config
19
19
/* Uncomment and update for any databases you want to use.
20
20
array(
21
21
'dbengine' => 'PostgreSQL',
22
- 'hostname' => '',
23
- 'username' => '',
24
- 'password' => '',
25
- 'database' => '',
22
+ 'hostname' => '{{test_hostname}} ',
23
+ 'username' => '{{test_username}} ',
24
+ 'password' => '{{test_password}} ',
25
+ 'database' => '{{test_database}} ',
26
26
),
27
27
array(
28
28
'dbengine' => 'SQLite',
29
- 'hostname' => '',
30
- 'username' => '',
31
- 'password' => '',
32
- 'database' => '',
29
+ 'hostname' => '{{test_hostname}} ',
30
+ 'username' => '{{test_username}} ',
31
+ 'password' => '{{test_password}} ',
32
+ 'database' => '{{test_database}} ',
33
33
),
34
34
array(
35
35
'dbengine' => 'SQLServer',
36
- 'hostname' => '',
37
- 'username' => '',
38
- 'password' => '',
39
- 'database' => '',
36
+ 'hostname' => '{{test_hostname}} ',
37
+ 'username' => '{{test_username}} ',
38
+ 'password' => '{{test_password}} ',
39
+ 'database' => '{{test_database}} ',
40
40
),
41
41
*/
42
42
);
You can’t perform that action at this time.
0 commit comments