mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Enable base url discovery.
This commit is contained in:
parent
6f19323292
commit
8248e162fe
@ -48,7 +48,7 @@ public class RequestPropertiesInterceptor implements HandlerInterceptor {
|
|||||||
@Value("${site.homepage}")
|
@Value("${site.homepage}")
|
||||||
private String siteHomepage;
|
private String siteHomepage;
|
||||||
|
|
||||||
@Value("${site.baseurl:http://localhost:8080}")
|
@Value("${site.baseurl}")
|
||||||
private String siteUrl;
|
private String siteUrl;
|
||||||
|
|
||||||
@Value("${security.type}")
|
@Value("${security.type}")
|
||||||
|
@ -89,7 +89,7 @@ google.recaptcha2.secretKey = 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
|
|||||||
admin.user = admin@wisemapping.org
|
admin.user = admin@wisemapping.org
|
||||||
|
|
||||||
# Base URL where WiseMapping is deployed. By default, It will be automatically inferred.
|
# Base URL where WiseMapping is deployed. By default, It will be automatically inferred.
|
||||||
site.baseurl = http://localhost:8080
|
#site.baseurl = http://localhost:8080
|
||||||
|
|
||||||
# Site Homepage URL. This will be used as URL for homepage location.
|
# Site Homepage URL. This will be used as URL for homepage location.
|
||||||
site.homepage = c/login
|
site.homepage = c/login
|
||||||
|
Loading…
Reference in New Issue
Block a user