8 lines
248 B
Bash
8 lines
248 B
Bash
# Path where Forge stores repos, server data, and config
|
|
WORKSPACE_PATH=~/layonara-workspace
|
|
|
|
# Path to your NWN documents directory
|
|
# Windows: C:\Users\<you>\Documents\Neverwinter Nights
|
|
# Linux: ~/.local/share/Neverwinter Nights
|
|
NWN_HOME_PATH=
|