Skip to content

Commit

Permalink
fixed cfg.php
Browse files Browse the repository at this point in the history
  • Loading branch information
timum-viw committed Jul 26, 2017
1 parent eff7d24 commit b6a044b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/cfg.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
$cfg['db_host'] = 'localhost';
$cfg['db_prefix'] = 'olm_';
$cfg['db_name'] = 'olm';
$cfg['db_user'] = 'olm';
$cfg['db_password'] = 'olm';
$cfg['db_prefix'] = 'olm_test_';
$cfg['db_name'] = 'db10642994-olmapi';
$cfg['db_user'] = 'db10642994-olm';
$cfg['db_password'] = 'DB273052olm';
$cfg['jwt_secret'] = 'secretive_secret';
$cfg['jwt_lifetime'] = 86400;

0 comments on commit b6a044b

Please sign in to comment.