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
···170170 // The password to use when connecting to MySQL.
171171 'mysql.pass' => '',
172172173173- // The MySQL server to connect to. If you want to connect to a different
174174- // port than the default (which is 3306), specify it in the hostname
175175- // (e.g., db.example.com:1234).
173173+ // The MySQL server to connect to.
176174 'mysql.host' => 'localhost',
175175+176176+ // If you want to connect to a different port than the default (which is 3306)
177177+ 'mysql.port' => '3306',
177178178179 // Phabricator supports PHP extensions MySQL and MySQLi. It is possible to
179180 // implement also other access mechanism (e.g. PDO_MySQL). The class must
···6969 "this namespace if you want. Normally, you should not do this ".
7070 "unless you are developing Phabricator and using namespaces to ".
7171 "separate multiple sandbox datasets.")),
7272+ $this->newOption('mysql.port', 'string', null)
7373+ ->setLocked(true)
7474+ ->setDescription(
7575+ pht("MySQL port to use when connecting to the database.")),
7276 );
7377 }
7478