Add some extra begginers info
I found this by digging into the code itself, since again oputil doesn't provide anything useful yet.
This commit is contained in:
parent
cdeff5124f
commit
5672fa144b
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue