You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/12/07 09:22:58 UTC

[02/12] 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/83528096
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/83528096
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/83528096

Branch: refs/heads/ib/5940
Commit: 835280964270b5e79f9c4a720173ae2cf0508bd0
Parents: 1836c4e
Author: DeV1doR <de...@ukr.net>
Authored: Fri Dec 4 09:28:17 2015 +0200
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Dec 7 10:01:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/allura/blob/83528096/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index d438765..999d837 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"}]
 
 
 ;