UI: update community index view to point to the selfhosted server

This commit is contained in:
Pieter Vander Vennet 2025-01-27 03:47:50 +01:00
parent 7f5b797b7d
commit 3c6606c90b
7 changed files with 33 additions and 368 deletions

View file

@ -134,6 +134,8 @@ export default class Constants {
public static readonly mapillary_client_token_v4 = Constants.config.api_keys.mapillary_v4
public static defaultOverpassUrls = Constants.config.default_overpass_urls
public static countryCoderEndpoint: string = Constants.config.country_coder_host
public static communityIndexHost: string = Constants.config.community_index_host
public static osmAuthConfig: AuthConfig = Constants.config.oauth_credentials
public static nominatimEndpoint: string = Constants.config.nominatimEndpoint
public static photonEndpoint: string = Constants.config.photonEndpoint