1 To customize this configuration, you have two options: create a custom
2 configuration file in this directory, or specify a path to a configuration file
3 explicitly when starting Aphlict.
5 To create a custom configuration file, copy `aphlict.default.json` in this
6 directory and rename it `aphlict.custom.json`. If this file exists, it will
9 To specify a path when starting Aphlict, use the `--config` flag:
11 phabricator/ $ ./bin/aphlict start --config path/to/config.json
13 Specifying a configuration file explicitly overrides default configuration.
15 For more information about configuring notifications, see the article
16 "Notifications User Guide: Setup and Configuration" in the documentation.