Can subscribe to pushes

This commit is contained in:
Timon Ostertun
2020-09-27 14:35:25 +02:00
parent 2bf623733d
commit a92dc45bb7
4 changed files with 262 additions and 5 deletions

View File

@@ -12,6 +12,9 @@
define('QUERY_URL', 'http://' . $_SERVER['SERVER_NAME'] . '/api/' . BOATCLASS . '/'); // url to api backend
define('LOGGING_APIKEY', 'xxx'); // Apikey for Logging API -> get from ostertun.net/logging
// PUSH
define('PUSH_SERVER_KEY', '');
// BOAT CLASS
$_CLASS = array(
'name' => 'Pirat',