From 3fda0c9dab652a6614289e8ca5409a723659986c Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 10 Sep 2012 09:50:56 -0300 Subject: [PATCH] Fix better default for email notifications. --- wise-webapp/src/main/webapp/WEB-INF/app.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index 8fd1c8f9..9dabbd69 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -80,7 +80,7 @@ google.recaptcha.publicKey = 6LeQ4tISAAAAALzCGKNgRv8UqsDx7Cb0vq4wbJBr admin.user = admin@wisemapping.org # Site URL. This url will be used during sharing emails and public views. -site.baseurl = http://localhost:8080 +site.baseurl = http://localhost:8080/wisemapping # Site Homepage URL. This will be used as URL for homepage location. site.homepage = c/home