@extends('layouts.master') @section('content') @include('partials/logged-in')

Database: {{ $database->name }}

@if ($database->created_by == session('user_id'))
@endif

Users with Access


Settings

Here you can pick a default timezone and system of measurement to display this database in.


Realtime Micropub Export

@if (empty($database->micropub_token))

Authorize Compass with a micropub endpoint and any trips that are written to this database will be sent to that endpoint as well.

@else

You are currently posting to {{$database->micropub_endpoint}}. Any trips that are written to this database will be sent to that endpoint as well.

@endif

Ping on New Location

Enter one or more URLs to ping when new location data is available. This will send a POST request to the URLs with the URL to fetch the last location from the database, e.g. url=https://compass.p3k.io/api/last?token=xxxx. Enter one or more URLs separated by whitespace.


@endsection