You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/12/15 18:37:06 UTC

[10/15] allura git commit: ticket:866 changed description in development.ini

ticket:866 changed description in development.ini


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

Branch: refs/heads/master
Commit: 77b567ddd15715fda8fd1bab7f641c57773fb7c4
Parents: 425ef29
Author: DeV1doR <de...@ukr.net>
Authored: Fri Dec 4 09:28:17 2015 +0200
Committer: Heith Seewald <he...@gmail.com>
Committed: Tue Dec 15 11:35:41 2015 -0600

----------------------------------------------------------------------
 Allura/development.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/77b567dd/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index 70d0842..0e2d12e 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -82,11 +82,12 @@ base_url = http://localhost:8080
 ; This should be the same as base_url
 forgemail.url = http://localhost:8080
 
-; Change this to configure your logo path and redirect link
+; Change this to configure your image path and redirect link
+; for the logo
 ; NOTE: specify your static.url_base before config this
 ; Save your picture in images folder
 ; Example: ../<static_path>/images/<logo_path>
-logo = {"redirect_link": "/", "image_path": "user.png"}
+; logo = {"redirect_link": "/", "image_path": "user.png"}
 
 ; Used to uniquify references to static resources, can be a timestamp or any unique value
 ; This should be updated each time you deploy (or make significant changes, like new tools, new css)
@@ -497,7 +498,7 @@ limit_param_max = 500
 ;
 ; Override this to specify your custom navigation links
 ;
-global_nav = [{"title": "Link 1", "url": "http://example.com"}]
+; global_nav = [{"title": "Link 1", "url": "http://example.com"}]
 
 
 ;