diff --git a/docs/index.md b/docs/index.md index 9fbb0cee..ae30690c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -107,6 +107,11 @@ Below is an _example_ configuration. It is recommended that you at least **start ./main.js ``` + +*Note #1:* The first user who register/apply (user ID = 1) will be automatically be added to the sysop group. And thus becomes SysOp. + +*Note #2:* All data is stored by default in Sqlite3 database files within the `db` sub folder, including user data, messages, system logs and file meta data. + ## Monitoring Logs Logs are produced by Bunyan which outputs each entry as a JSON object. To tail logs in a colorized and pretty pretty format, issue the following command: