Select the types of activity you want to include in your feed.
@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
···2323 'phabricator.base-uri' => null,
242425252626- //
2726 'phabricator.csrf-key' => '0b7ec0592e0a2829d8b71df2fa269b2c6172eca3',
282729283030-// -- Facebook ---------------------------------------------------------------
2929+3030+// -- MySQL --------------------------------------------------------------- //
3131+3232+ // The username to use when connecting to MySQL.
3333+ 'mysql.user' => 'root',
3434+3535+ // The password to use when connecting to MySQL.
3636+ 'mysql.pass' => '',
3737+3838+ // The MySQL server to connect to.
3939+ 'mysql.host' => 'localhost',
4040+4141+4242+// -- Facebook ------------------------------------------------------------ //
31433244 // Can users use Facebook credentials to login to Phabricator?
3345 'facebook.auth-enabled' => false,
···3850 // The Facebook "Application Secret" to use for Facebook API access.
3951 'facebook.application-secret' => null,
40525353+5454+5555+// -- Recaptcha ------------------------------------------------------------- //
5656+5757+ // Is Recaptcha enabled? If disabled, captchas will not appear.
5858+ 'recaptcha.enabled' => false,
5959+6060+ // Your Recaptcha public key, obtained from Recaptcha.
4161 'recaptcha.public-key' => null,
6262+6363+ // Your Recaptcha private key, obtained from Recaptcha.
4264 'recaptcha.private-key' => null,
436544664567 'user.default-profile-image-phid' => 'PHID-FILE-f57aaefce707fc4060ef',
6868+466947704871);