Path to status.json in config

This commit is contained in:
2021-01-18 20:51:33 +01:00
parent be7608fb95
commit 3fcff9803e
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
$active = false;
$consumer_key = 'asdf';
$consumer_secret = 'qwer';
$statusJSONFile = '../status.json';