diff --git a/app/data/default_config.json b/app/data/default_config.json
index 3ef813d..1e0f17e 100644
--- a/app/data/default_config.json
+++ b/app/data/default_config.json
@@ -3,8 +3,14 @@
"auth_service": "google",
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD",
- "location": "52.39037297896968,4.828920364379883",
+ "location": "",
+ "favorite_locations":[
+ {"name": "Default", "coords": "52.39037297896968,4.828920364379883"}
+ ],
"gmapkey": "GOOGLE_MAPS_API_KEY",
+ "encrypt_location": "",
+ "telegram_token": "",
+ "discord_token": "",
"tasks": [
{
"type": "HandleSoftBan"
diff --git a/app/index.html b/app/index.html
index cfce754..ae7fd15 100644
--- a/app/index.html
+++ b/app/index.html
@@ -22,28 +22,27 @@
your browser to improve your experience.
-