@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
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cleaned up header logo a little and added a 2x version.

Summary: Transparent header logos

Test Plan: Reload in Chrome, Safari

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3916

-38
-38
conf/myconfig.conf.php
··· 1 - <?php 2 - 3 - /* 4 - * Copyright 2012 Facebook, Inc. 5 - * 6 - * Licensed under the Apache License, Version 2.0 (the "License"); 7 - * you may not use this file except in compliance with the License. 8 - * You may obtain a copy of the License at 9 - * 10 - * http://www.apache.org/licenses/LICENSE-2.0 11 - * 12 - * Unless required by applicable law or agreed to in writing, software 13 - * distributed under the License is distributed on an "AS IS" BASIS, 14 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 - * See the License for the specific language governing permissions and 16 - * limitations under the License. 17 - */ 18 - 19 - return array( 20 - 21 - // This will be the base domain for your install, and must be configured. 22 - // Use "https://" if you have SSL. See below for some notes. 23 - 'phabricator.base-uri' => 'http://phab1.pushlabs.net/', 24 - 'phabricator.timezone' => 'America/Los_Angeles', 25 - 26 - // Connection information for MySQL. 27 - 'mysql.host' => 'localhost', 28 - 'mysql.user' => 'root', 29 - 'mysql.pass' => 'strawberry30', 30 - 31 - // Basic email domain configuration. 32 - 'metamta.default-address' => 'noreply@phab1.pushlabs.net', 33 - 'metamta.domain' => 'phab1.pushlabs.net', 34 - 35 - // NOTE: Check default.conf.php for detailed explanations of all the 36 - // configuration options, including these. 37 - 38 - ) + phabricator_read_config_file('development');