You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/05/23 19:55:02 UTC

[09/11] git commit: [#7388] remove old config entries

[#7388] remove old config entries


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/0ba1ee4d
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/0ba1ee4d
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/0ba1ee4d

Branch: refs/heads/master
Commit: 0ba1ee4dfc195a5ae90d90c6d7bd867b7b12ec77
Parents: 526864d
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Fri May 23 17:52:06 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri May 23 17:53:45 2014 +0000

----------------------------------------------------------------------
 Allura/development.ini | 13 -------------
 Allura/test.ini        |  2 --
 2 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/0ba1ee4d/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index f3e2b0c..124afaa 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -58,15 +58,6 @@ beaker.session.type = cookie
 beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
 beaker.session.validate_key = 714bfe3612c42390726f
 
-# Used to retrieve project info from SFX for private projects
-sfx.secret = my-secret-key
-
-# Used for migrate urls to ForgeShortUrl
-sfx.hostedapps_db.hostname = localhost
-sfx.hostedapps_db.port = 3306
-sfx.hostedapps_db.username = root
-sfx.hostedapps_db.password = 0000
-
 # Google Analytics account for tracking
 # ga.account = UA-XXXXX-X
 
@@ -147,10 +138,6 @@ scm.clone.ro.svn = svn checkout $source_url $dest_path
 scm.clone.https_anon.svn = svn checkout $source_url $dest_path
 scm.clone.svn = svn checkout --username=$username $source_url $dest_path
 
-scm.new_refresh = true
-
-gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
-
 scm.repos.root = /srv
 scm.repos.tarball.enable = false
 scm.repos.tarball.root = /usr/share/nginx/www/

http://git-wip-us.apache.org/repos/asf/allura/blob/0ba1ee4d/Allura/test.ini
----------------------------------------------------------------------
diff --git a/Allura/test.ini b/Allura/test.ini
index b82be62..f6c9ae0 100644
--- a/Allura/test.ini
+++ b/Allura/test.ini
@@ -93,8 +93,6 @@ ew.url_base = /nf/_ew_/
 static.script_name = /nf/_static_/
 static.url_base = /nf/_static_/
 
-scm.new_refresh = true
-
 scm.host.ro.git = git://git.localhost$path
 scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
 scm.host.https.git = https://$username@localhost:8022/scm-repo$path