2016-04-13 20:03:42 +02:00
|
|
|
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:
|
|
|
|
|
Change some instances of "phabricator" to "phorge"
Summary:
Just a small set of replacements in locations that seem innocuous (user-facing messages, documentation, etc.)
Ref T15006
Test Plan:
Nothing should change in terms of behavior. The places where these changes were made should now say "phorge".
Example tests:
- Manage a single User and click on Delete User and see the popup
- Run a test email and check the output
./bin/mail send-test --to username
- Visit /maniphest/, shift+click on at least 1 Task, click on Bulk Edit Selected,
Continue, see the popup
- See the mentioned documentation with your big eyes. Eyes do not explode \o/
Reviewers: O1 Blessed Committers, valerio.bozzolan
Reviewed By: O1 Blessed Committers, valerio.bozzolan
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T15006
Differential Revision: https://we.phorge.it/D25473
2023-11-18 23:13:49 +01:00
|
|
|
phorge/ $ ./bin/aphlict start --config path/to/config.json
|
2016-04-13 20:03:42 +02:00
|
|
|
|
|
|
|
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.
|