Server sync

This commit is contained in:
2019-10-05 00:34:18 +02:00
parent 4cc305e8b5
commit d72c6c0dde
11 changed files with 163 additions and 16 deletions

View File

@@ -11,5 +11,7 @@ class Settings
const TIMEZONE = 'Pacific/Auckland';
const API_KEY = '';
const RAND_TEXT = "let's_mess%a&bit;with~it,!just§for¨the^sake*of-it";
const SERVER_URL = '';
const SERVER_KEY = '';
const DEBUG = true; //prod: false, dev: true
}