mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
c84dee522b
Summary: Ref T10697. This isn't everything but starts generalizing options and moving us toward a cluster-ready state of affairs. Test Plan: Started server in various configurations, hit most (all?) of the error cases with bad configs, sent test notifications. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10697 Differential Revision: https://secure.phabricator.com/D15701
16 lines
713 B
Text
16 lines
713 B
Text
To customize this configuration, you have two options: create a custom
|
|
configuration file in this directory, or specify a path to a configuration file
|
|
explicitly when starting Aphlict.
|
|
|
|
To create a custom configuration file, copy `aphlict.default.json` in this
|
|
directory and rename it `aphlict.custom.json`. If this file exists, it will
|
|
be read by default.
|
|
|
|
To specify a path when starting Aphlict, use the `--config` flag:
|
|
|
|
phabricator/ $ ./bin/aphlict start --config path/to/config.json
|
|
|
|
Specifying a configuration file explicitly overrides default configuration.
|
|
|
|
For more information about configuring notifications, see the article
|
|
"Notifications User Guide: Setup and Configuration" in the documentation.
|