mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
9 lines
360 B
JavaScript
9 lines
360 B
JavaScript
// DEFAULT SETTINGS FILE
|
|
// READ ME: Don't edit these, copy 'settingsUser.js' to '/content/settingsUser.js' and edit that.
|
|
// The copy file is done so that you can set your own settings/database/content etc but have
|
|
// and not have the repo override them or conflict with repo updates.
|
|
|
|
function SettingsDefault()
|
|
{
|
|
this.database = "content/database.ndtl";
|
|
} |