Fix the USER_LOCATION_MAP_URL
value
Add `search?query=` to the end of the url
This commit is contained in:
parent
b340832c7f
commit
c78d6f0034
1 changed files with 1 additions and 1 deletions
|
@ -173,5 +173,5 @@ DEFAULT_USER_VISIBILITY = private
|
||||||
; Before you remove `public` from the list, make sure you change your account visibility to `public`
|
; Before you remove `public` from the list, make sure you change your account visibility to `public`
|
||||||
ALLOWED_USER_VISIBILITY_MODES = private,public
|
ALLOWED_USER_VISIBILITY_MODES = private,public
|
||||||
DEFAULT_ENABLE_TIMETRACKING = true
|
DEFAULT_ENABLE_TIMETRACKING = true
|
||||||
USER_LOCATION_MAP_URL = https://www.openstreetmap.org/
|
USER_LOCATION_MAP_URL = https://www.openstreetmap.org/search?query=
|
||||||
NO_REPLY_ADDRESS = noreply.localhost
|
NO_REPLY_ADDRESS = noreply.localhost
|
||||||
|
|
Loading…
Reference in a new issue