Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
zotero_dataserver [2011/04/25 07:02] – [Config.inc.php] lemaxxzotero_dataserver [2011/04/25 13:43] – [Config.inc.php] lemaxx
Line 254: Line 254:
 TODO explain values TODO explain values
  
 +In the original file $AUTH_URI is not present, you can add it to avoid error log. Usage need to be cleared.
 +<code php> public static $AUTH_URI ='';</code>
 <code php> <code php>
  
Line 290: Line 292:
  'localhost:27017', 'localhost:27017'  'localhost:27017', 'localhost:27017'
  );  );
- public static $MONGO_DB = "test";+ public static $MONGO_DB = "Name_of_your_database";
  public static $MONGO_SAFE_NUM = 2;  public static $MONGO_SAFE_NUM = 2;
   
zotero_dataserver.txt · Last modified: 2019/04/19 14:35 by bwiernik