feat: enhance chatbot Telegram/Discord integrations, add /remove commands and Q&A reply handling
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package com.rit.driver;
|
||||
|
||||
public class Config {
|
||||
// Local testing backend URL (Your PC Wi-Fi IP)
|
||||
public static final String BACKEND_URL = "http://10.10.15.91:8085";
|
||||
|
||||
// Default driver security PIN
|
||||
public static final String BACKEND_URL = "http://10.43.158.201:8085";
|
||||
|
||||
|
||||
public static final String DEFAULT_PIN = "RITDRIVER";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user