@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at recaptime-dev/main 16 lines 708 B view raw
1To customize this configuration, you have two options: create a custom 2configuration file in this directory, or specify a path to a configuration file 3explicitly when starting Aphlict. 4 5To create a custom configuration file, copy `aphlict.default.json` in this 6directory and rename it `aphlict.custom.json`. If this file exists, it will 7be read by default. 8 9To specify a path when starting Aphlict, use the `--config` flag: 10 11 phorge/ $ ./bin/aphlict start --config path/to/config.json 12 13Specifying a configuration file explicitly overrides default configuration. 14 15For more information about configuring notifications, see the article 16"Notifications User Guide: Setup and Configuration" in the documentation.