spaceapi-api/config.php

6 lines
110 B
PHP
Raw Normal View History

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