You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`aowowUrl`|`ACORE_ARMORY_AOWOW_URL`| String |`"https://wotlkdb.com"`| The URL of the AoWoW database to use for tooltips and links |
138
-
|`websiteUrl`|`ACORE_ARMORY_WEBSITE_URL`| String |`"https://mywebsite.com"`| Your website's URL. Used to redirect to the homepage on error pages |
139
-
|`websiteName`|`ACORE_ARMORY_WEBSITE_NAME`| String |`"My Website"`| Your website's name. Displayed in the redirect button on error pages |
140
-
|`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"`|
141
-
|`iframeMode`|`ACORE_ARMORY_IFRAME_MODE__`... | Object || Settings for the iframe mode |
142
-
|`iframeMode.enabled`|`ACORE_ARMORY_IFRAME_MODE__ENABLED`| Boolean |`false`| Set to `true` if you want to embed the armory in an iframe |
143
-
|`iframeMode.url`|`ACORE_ARMORY_IFRAME_MODE__URL`| String |`"https://mywebsite.com/armory"`| Set this to the URL of the page that hosts the `iframe`|
144
-
|`loadDbcs`|`ACORE_ARMORY_LOAD_DBCS`| Boolean |`true`| Loads the DBC data from the `data` directory into memory when starting up. It is highly recommended to set this to `true`. Only use `false` to keep memory usage low, on a test server for example |
145
-
|`hideGameMasters`|`ACORE_ARMORY_HIDE_GAME_MASTERS`| Boolean |`true`| Hides Game Master characters if set to `true`. They will not be found in the search page, and their character pages will show a 404 error |
146
-
|`transmogModule`|`ACORE_ARMORY_TRANSMOG_MODULE`| Boolean |`false`| Set this to `true` if your server uses the [transmogrification module](https://github.com/azerothcore/mod-transmog) and you want to display the transmogrified items on the 3D model |
147
-
|`useZamCdn`|`ACORE_ARMORY_USE_ZAM_CDN`| Boolean |`false`| Set this to `true` to use the ZAM network CDN for the 3D model viewer instead of the assets in your local `data` folder |
148
-
|`realms`|`ACORE_ARMORY_REALMS__`... | Array of objects || An array of realm configurations |
149
-
|`realms[0].name`|`ACORE_ARMORY_REALMS__0__NAME`| String |`"AzerothCore"`| The name of the realm. Will be used in the URLs, shown on the character pages and in the search page if you have multiple realms |
150
-
|`realms[0].realmId`|`ACORE_ARMORY_REALMS__0__REALM_ID`| Number |`1`| The realm's ID, this must match the `id` column of the `realmlist` table in the auth database |
151
-
|`realms[0].authDatabase`|`ACORE_ARMORY_REALMS__0__AUTH_DATABASE`| String |`"acore_auth"`| The name of the auth database |
152
-
|`realms[0].charactersDatabase`|`ACORE_ARMORY_REALMS__0__CHARACTERS_DATABASE__`... | Database configuration object || Configuration for the characters database. See "Database configuration" below |
153
-
|`worldDatabase`|`ACORE_ARMORY_WORLD_DATABASE__`... | Database configuration object || Configuration for the world database. This is shared between all realms at the moment. See "Database configuration" below |
154
-
|`dbQueryTimeout`|`ACORE_ARMORY_DB_QUERY_TIMEOUT`| Number |`10000`| The maximum duration in milliseconds of a database query before it times out |
135
+
| 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 |
138
+
|`websiteUrl`|`ACORE_ARMORY_WEBSITE_URL`| String |`"https://mywebsite.com"`| Your website's URL. Used to redirect to the homepage on error pages |
139
+
|`websiteName`|`ACORE_ARMORY_WEBSITE_NAME`| String |`"My Website"`| Your website's name. Displayed in the redirect button on error pages |
140
+
|`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"`|
141
+
|`iframeMode`|`ACORE_ARMORY_IFRAME_MODE__`... | Object || Settings for the iframe mode |
142
+
|`iframeMode.enabled`|`ACORE_ARMORY_IFRAME_MODE__ENABLED`| Boolean |`false`| Set to `true` if you want to embed the armory in an iframe |
143
+
|`iframeMode.url`|`ACORE_ARMORY_IFRAME_MODE__URL`| String |`"https://mywebsite.com/armory"`| Set this to the URL of the page that hosts the `iframe`|
144
+
|`loadDbcs`|`ACORE_ARMORY_LOAD_DBCS`| Boolean |`true`| Loads the DBC data from the `data` directory into memory when starting up. It is highly recommended to set this to `true`. Only use `false` to keep memory usage low, on a test server for example |
145
+
|`hideGameMasters`|`ACORE_ARMORY_HIDE_GAME_MASTERS`| Boolean |`true`| Hides Game Master characters if set to `true`. They will not be found in the search page, and their character pages will show a 404 error |
146
+
|`transmogModule`|`ACORE_ARMORY_TRANSMOG_MODULE`| Boolean |`false`| Set this to `true` if your server uses the [transmogrification module](https://github.com/azerothcore/mod-transmog) and you want to display the transmogrified items on the 3D model |
147
+
|`useZamCdn`|`ACORE_ARMORY_USE_ZAM_CDN`| Boolean |`false`| Set this to `true` to use the ZAM network CDN for the 3D model viewer instead of the assets in your local `data` folder |
148
+
|`realms`|`ACORE_ARMORY_REALMS__`... | Array of objects || An array of realm configurations |
149
+
|`realms[0].name`|`ACORE_ARMORY_REALMS__0__NAME`| String |`"AzerothCore"`| The name of the realm. Will be used in the URLs, shown on the character pages and in the search page if you have multiple realms |
150
+
|`realms[0].realmId`|`ACORE_ARMORY_REALMS__0__REALM_ID`| Number |`1`| The realm's ID, this must match the `id` column of the `realmlist` table in the auth database |
151
+
|`realms[0].authDatabase`|`ACORE_ARMORY_REALMS__0__AUTH_DATABASE`| String |`"acore_auth"`| The name of the auth database |
152
+
|`realms[0].charactersDatabase`|`ACORE_ARMORY_REALMS__0__CHARACTERS_DATABASE__`... | Database configuration object || Configuration for the characters database. See "Database configuration" below |
153
+
|`worldDatabase`|`ACORE_ARMORY_WORLD_DATABASE__`... | Database configuration object || Configuration for the world database. This is shared between all realms at the moment. See "Database configuration" below |
154
+
|`dbQueryTimeout`|`ACORE_ARMORY_DB_QUERY_TIMEOUT`| Number |`10000`| The maximum duration in milliseconds of a database query before it times out |
0 commit comments