16 lines
556 B
Text
16 lines
556 B
Text
|
|
# Nextcloud Connection Details
|
||
|
|
NC_URL="https://nextcloud.example.com"
|
||
|
|
NC_USER="user"
|
||
|
|
NC_PASS="password"
|
||
|
|
|
||
|
|
# Configuration File Paths
|
||
|
|
NC_TEMP_DOWNLOAD="/tmp/temp_download.7z"
|
||
|
|
# Temporary local extract path
|
||
|
|
TEMP_EXTRACT_PATH="/tmp/temp_download"
|
||
|
|
# Temporary local backup path
|
||
|
|
TEMP_BACKUP_PATH="/temp/backup/path"
|
||
|
|
# Plugin Configs default path
|
||
|
|
PLUGIN_CONFIGS_PATH="/mnt/c/Users/[CHANGEME]/AppData/Roaming/XIVLauncher/pluginConfigs"
|
||
|
|
# FFXIV Configs default path
|
||
|
|
FFXIV_CONFIGS_PATH="/mnt/c/Users/[CHANGEME]/Documents/My Games/FINAL FANTASY XIV - A Realm Reborn"
|