From 2076066e468be599b92171d611b9e40d3202de2e Mon Sep 17 00:00:00 2001 From: Marc Verhagen Date: Mon, 9 Jan 2017 15:53:39 -0500 Subject: [PATCH] Replaced settings file with a sample settings file. --- code/{settings.txt => settings.sample.txt} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename code/{settings.txt => settings.sample.txt} (77%) diff --git a/code/settings.txt b/code/settings.sample.txt similarity index 77% rename from code/settings.txt rename to code/settings.sample.txt index 5c5c009..bff68ad 100644 --- a/code/settings.txt +++ b/code/settings.sample.txt @@ -1,6 +1,10 @@ -# This file contains configuration options. Option can be changed here or in -# some cases on the command line when calling the tarsqy.py script. Command line -# options, when possible, will overwrite options specified here. +# This is an example file with configuration options. You should rename this +# file into settings.txt (or copy it into settings.txt) and make changes as +# desired. + +# Option can be changed here or in some cases on the command line when +# calling the tarsqy.py script. Command line options, when possible, will +# overwrite options specified here. # The platform, possible values are 'linux2' and 'darwin'. This is the value of