summaryrefslogtreecommitdiff
path: root/client/client-updates/src/client-updates.conf.example
blob: 8bdce4321bbee4859adc9eea9cbb65fc8e947ba8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The client-data directory
CLIENT_DATA_DIR="$HOME/tmwa-client-data"

# The updates working directory
UPDATES_DIR="$HOME/client-updates"

# The git branch used for generating the updates
# This allows for more complex setups, where e.g a branch is used for merging
# from various other branches. It's used on the testing server
# Defaults to master
CLIENT_DATA_BRANCH=master

# Local directory served by the web server,
# where the update files will be copied
UPDATES_PUBLISH_DIR="$HOME/www/tmwupdate"