mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 16:25:22 +01:00
Remove webBaseUrl variable (unused)
This commit is contained in:
parent
63d4683bb2
commit
256f03b3a3
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ string dataPath = Environment.GetEnvironmentVariable("DATA_PATH") ?? "BotData";
|
|||
string aclPath = Environment.GetEnvironmentVariable("ACL_PATH") ?? "BotData/ACL";
|
||||
string tgToken = Environment.GetEnvironmentVariable("TELEGRAM_TOKEN") ?? "this-string-is-not-a-token";
|
||||
string tgAdminId = Environment.GetEnvironmentVariable("TELEGRAM_ADMIN_ID") ?? "000000";
|
||||
string webBaseURL = Environment.GetEnvironmentVariable("WEB_BASE_URL") ?? "http://localhost:8001";
|
||||
string imagesPath = dataPath + "/Images";
|
||||
|
||||
Console.WriteLine("Welcome to SO un bot!");
|
||||
|
|
Loading…
Reference in a new issue