From 83890758a75b966882992df0f99fc383c5d32f89 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 21 Jun 2025 19:57:04 -0400 Subject: [PATCH] Update README with wowhead config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d47cf49..ed280d6 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc | config.json | .env | Type | Default value | Description | |--------------------------------|----------------------------------------------------|-------------------------------|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `aowowUrl` | `ACORE_ARMORY_AOWOW_URL` | String | `"https://wowgaming.altervista.org/aowow"` | The URL of the AoWoW database to use for tooltips and links | +| `wowheadUrl` | `ACORE_ARMORY_WOWHEAD_URL` | String | `"https://www.wowhead.com/wotlk"` | The URL of the wowhead site to use for quests and zones | | `websiteUrl` | `ACORE_ARMORY_WEBSITE_URL` | String | `"https://mywebsite.com"` | Your website's URL. Used to redirect to the homepage on error pages | | `websiteName` | `ACORE_ARMORY_WEBSITE_NAME` | String | `"My Website"` | Your website's name. Displayed in the redirect button on error pages | | `websiteRoot` | `ACORE_ARMORY_WEBSITE_ROOT` | String | `""` | The root of your armory's URL. If your armory is hosted on, for example, `http://mywebsite.com/azerothcore-armory`, the `websiteRoot` value should be `"/azerothcore-armory"` |