mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Updates.
This commit is contained in:
parent
3a9a99c0a5
commit
26b7d57d7f
2 changed files with 53 additions and 8 deletions
38
conf/myconfig.conf.php
Normal file
38
conf/myconfig.conf.php
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* Copyright 2012 Facebook, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
return array(
|
||||
|
||||
// This will be the base domain for your install, and must be configured.
|
||||
// Use "https://" if you have SSL. See below for some notes.
|
||||
'phabricator.base-uri' => 'http://phab1.pushlabs.net/',
|
||||
'phabricator.timezone' => 'America/Los_Angeles',
|
||||
|
||||
// Connection information for MySQL.
|
||||
'mysql.host' => 'localhost',
|
||||
'mysql.user' => 'root',
|
||||
'mysql.pass' => 'strawberry30',
|
||||
|
||||
// Basic email domain configuration.
|
||||
'metamta.default-address' => 'noreply@phab1.pushlabs.net',
|
||||
'metamta.domain' => 'phab1.pushlabs.net',
|
||||
|
||||
// NOTE: Check default.conf.php for detailed explanations of all the
|
||||
// configuration options, including these.
|
||||
|
||||
) + phabricator_read_config_file('development');
|
|
@ -7,6 +7,13 @@
|
|||
*/
|
||||
|
||||
celerity_register_resource_map(array(
|
||||
'/rsrc/image/2x/header_logo.png' =>
|
||||
array(
|
||||
'hash' => '89ac510efefeffb048a3d7e85161b7b6',
|
||||
'uri' => '/res/89ac510e/rsrc/image/2x/header_logo.png',
|
||||
'disk' => '/rsrc/image/2x/header_logo.png',
|
||||
'type' => 'png',
|
||||
),
|
||||
'/rsrc/image/app/app_audit.png' =>
|
||||
array(
|
||||
'hash' => '53340003d1daf306b64ed5ebb08bc204',
|
||||
|
@ -119,6 +126,13 @@ celerity_register_resource_map(array(
|
|||
'disk' => '/rsrc/image/grippy_texture.png',
|
||||
'type' => 'png',
|
||||
),
|
||||
'/rsrc/image/header_logo.png' =>
|
||||
array(
|
||||
'hash' => '96a289484c7a0e2bf1553e422f4d33bd',
|
||||
'uri' => '/res/96a28948/rsrc/image/header_logo.png',
|
||||
'disk' => '/rsrc/image/header_logo.png',
|
||||
'type' => 'png',
|
||||
),
|
||||
'/rsrc/image/icon/fatcow/arrow_branch.png' =>
|
||||
array(
|
||||
'hash' => 'f27b67520766e3d971722bcff703f3a8',
|
||||
|
@ -490,13 +504,6 @@ celerity_register_resource_map(array(
|
|||
'disk' => '/rsrc/image/loading.gif',
|
||||
'type' => 'gif',
|
||||
),
|
||||
'/rsrc/image/logo_grey.png' =>
|
||||
array(
|
||||
'hash' => 'da055af1f6f80ea9d7d13ae1d59ca3cd',
|
||||
'uri' => '/res/da055af1/rsrc/image/logo_grey.png',
|
||||
'disk' => '/rsrc/image/logo_grey.png',
|
||||
'type' => 'png',
|
||||
),
|
||||
'/rsrc/image/main_texture.png' =>
|
||||
array(
|
||||
'hash' => 'e34d8143384721be73ec9b7532a977ab',
|
||||
|
@ -2566,7 +2573,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-main-menu-view' =>
|
||||
array(
|
||||
'uri' => '/res/844aa317/rsrc/css/application/base/main-menu-view.css',
|
||||
'uri' => '/res/3280629d/rsrc/css/application/base/main-menu-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue