fix: change default aowow url
This commit is contained in:
parent
f739a92e1e
commit
13ae2e9b2d
3 changed files with 22 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
ACORE_ARMORY_AOWOW_URL="https://wotlkdb.com"
|
ACORE_ARMORY_AOWOW_URL="https://wowgaming.altervista.org/aowow"
|
||||||
ACORE_ARMORY_WEBSITE_URL="https://mywebsite.com"
|
ACORE_ARMORY_WEBSITE_URL="https://mywebsite.com"
|
||||||
ACORE_ARMORY_WEBSITE_NAME="My Website"
|
ACORE_ARMORY_WEBSITE_NAME="My Website"
|
||||||
ACORE_ARMORY_WEBSITE_ROOT=""
|
ACORE_ARMORY_WEBSITE_ROOT=""
|
||||||
|
|
|
||||||
|
|
@ -133,8 +133,8 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc
|
||||||
<summary>Main configuration</summary>
|
<summary>Main configuration</summary>
|
||||||
|
|
||||||
| config.json | .env | Type | Default value | Description |
|
| config.json | .env | Type | Default value | Description |
|
||||||
|--------------------------------|----------------------------------------------------|-------------------------------|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|--------------------------------|----------------------------------------------------|-------------------------------|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `aowowUrl` | `ACORE_ARMORY_AOWOW_URL` | String | `"https://wotlkdb.com"` | The URL of the AoWoW database to use for tooltips and links |
|
| `aowowUrl` | `ACORE_ARMORY_AOWOW_URL` | String | `"https://wowgaming.altervista.org/aowow"` | The URL of the AoWoW database to use for tooltips and links |
|
||||||
| `websiteUrl` | `ACORE_ARMORY_WEBSITE_URL` | String | `"https://mywebsite.com"` | Your website's URL. Used to redirect to the homepage on error pages |
|
| `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 |
|
| `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"` |
|
| `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"` |
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"aowowUrl": "https://wotlkdb.com",
|
"aowowUrl": "https://wowgaming.altervista.org/aowow",
|
||||||
"websiteUrl": "https://mywebsite.com",
|
"websiteUrl": "https://mywebsite.com",
|
||||||
"websiteName": "My Website",
|
"websiteName": "My Website",
|
||||||
"websiteRoot": "",
|
"websiteRoot": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue