spaceapi-api/config.php

6 lines
110 B
PHP
Raw Normal View History

2021-01-18 20:41:58 +01:00
<?php
$active = false;
$consumer_key = 'asdf';
$consumer_secret = 'qwer';
2021-01-18 20:51:33 +01:00
$statusJSONFile = '../status.json';