spaceapi-api/config.php

6 lines
110 B
PHP

<?php
$active = false;
$consumer_key = 'asdf';
$consumer_secret = 'qwer';
$statusJSONFile = '../status.json';