From f12cfe97fc9e08c7b7795790800ad6dcd53641cb Mon Sep 17 00:00:00 2001 From: Sean Enck Date: Mon, 26 Jun 2017 10:34:54 -0400 Subject: [PATCH] example of running with a config --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 330ad55b..d0ae4925 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,27 @@ oragono-web mkcerts 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 * Jeremy Latt, creator of Ergonomadic,