Skip to content

Commit bf2520c

Browse files
author
Mark Williams
committed
LIMS-1974: Revert changes to config
1 parent bfb6b49 commit bf2520c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

api/config_sample.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@
99
# Values: dev | production
1010
$mode = 'dev';
1111

12-
# Dev and production database credentials, db = hostname/database
13-
$creds = array(
14-
'dev' => array('user' => 'user', 'pass' => 'pass', 'db' => 'localhost/ispyb'),
15-
'production' => array('user' => 'user', 'pass' => 'pass', 'db' => 'localhost/ispyb')
16-
);
17-
$isb = $creds[$mode];
12+
# Database credentials, db = hostname/database
13+
$isb = array('user' => 'user', 'pass' => 'pass', 'db' => 'localhost/ispyb');
1814
$dbtype = 'mysql';
1915

2016
# Encoded JWT key, used to sign and check validaty of jwt tokens

0 commit comments

Comments
 (0)