my-status/src/config.php

5 lines
80 B
PHP
Raw Normal View History

<?php
$SECRET_KEY = "ENTER_SECRET_HERE";
$STORAGE_FILE = "last_activity.json";