8 lines
391 B
Bash
8 lines
391 B
Bash
# Copy this file to server/.env and set SOURCE_DIR to your local WoW client directory.
|
|
# This is the root of the WoW 1.12.1 client tree that the dev server will serve as CDN.
|
|
# The directory should contain WoW.exe, Data/, Interface/, etc.
|
|
SOURCE_DIR=C:\WoW\client
|
|
|
|
# optional: path to a JSON file overriding the bundled addon sources list.
|
|
# ADDONS_SOURCES_PATH=/path/to/addons-sources.json
|