@extends('layouts.master') @section('content') @include('partials/logged-in')
Here you can pick a default timezone and system of measurement to display this database in.
Authorize Compass with a Micropub endpoint and any trips that are written to this database will be sent to that endpoint as well.
@else @endifEnter one or more URLs to ping when events occur. This will send a POST request to each URL configured when new a location is received, or a trip is started or ended.
The POST body will be JSON encoded and will contain either a top-level property location
or trip
. If the trip has started, then the trip object will contain a current_location
property. If the trip has ended, the trip object will contain a end_location
property.
Enter one or more URLs separated by whitespace.