mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
example of running with a config
This commit is contained in:
parent
325ed3e112
commit
f12cfe97fc
21
README.md
21
README.md
@ -135,6 +135,27 @@ oragono-web mkcerts
|
|||||||
oragono-web run
|
oragono-web run
|
||||||
```-->
|
```-->
|
||||||
|
|
||||||
|
### Configuration
|
||||||
|
|
||||||
|
* Locations where oragono will read/write files can be configured in the `ircd.yaml` file. (**Note:** this applies to multiple options like database location and certificates as well)
|
||||||
|
|
||||||
|
For example, to change the logging destination edit `ircd.yaml` and change this line:
|
||||||
|
```
|
||||||
|
filename: ircd.log
|
||||||
|
```
|
||||||
|
|
||||||
|
To this:
|
||||||
|
```
|
||||||
|
filename: /var/log/ircd.log
|
||||||
|
```
|
||||||
|
|
||||||
|
* When using oragono the `--conf` option can be used to change which/where the configuration file is read from.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
```
|
||||||
|
oragono run --conf /path/to/ircd.yaml
|
||||||
|
```
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
* Jeremy Latt, creator of Ergonomadic, <https://github.com/jlatt>
|
* Jeremy Latt, creator of Ergonomadic, <https://github.com/jlatt>
|
||||||
|
Loading…
Reference in New Issue
Block a user