mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
DOMAIN in defined in .env and so ENV not a global
This commit is contained in:
parent
a54d2619e1
commit
5cce983d06
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Agents
|
|||
<<-MD
|
||||
The UserLocationAgent creates events based on WebHook POSTS that contain a `latitude` and `longitude`. You can use the POSTLocation iOS app to post your location.
|
||||
|
||||
Your POST path will be `https://#{DOMAIN}/users/#{user.id}/update_location/:secret` where `:secret` is specified in your options.
|
||||
Your POST path will be `https://#{ENV['DOMAIN']}/users/#{user.id}/update_location/:secret` where `:secret` is specified in your options.
|
||||
MD
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue