Difference between revisions of "Configuration"

From BaseX Documentation
Jump to navigation Jump to search
(Created page with "*All database files are stored in a <code>BaseXData</code> directory in your home directory. The path can be changed in the GUI via the Options/Preferences menu. *The two config...")
 
Line 3: Line 3:
 
*The global users are stored in the <code>.basexperm</code> file in the same directory. Local users and permissions are stored in the meta data of the database.
 
*The global users are stored in the <code>.basexperm</code> file in the same directory. Local users and permissions are stored in the meta data of the database.
 
*All log files are stored in text format in the directory <code>BaseXData/.logs</code>.
 
*All log files are stored in text format in the directory <code>BaseXData/.logs</code>.
 +
 +
[[Category: Internal]]

Revision as of 14:03, 11 January 2011

  • All database files are stored in a BaseXData directory in your home directory. The path can be changed in the GUI via the Options/Preferences menu.
  • The two configuration files .basex/.basewin are stored in the same directory. This path cannot be changed by the user.
  • The global users are stored in the .basexperm file in the same directory. Local users and permissions are stored in the meta data of the database.
  • All log files are stored in text format in the directory BaseXData/.logs.