diff options
Diffstat (limited to 'config.sh.template')
| -rw-r--r-- | config.sh.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.sh.template b/config.sh.template new file mode 100644 index 0000000..5eae1c9 --- /dev/null +++ b/config.sh.template @@ -0,0 +1,8 @@ +# Where we keep all the results +export DTF_DATABASE=/var/lib/dtf_results + +# SSH user/host where the generated statistics & results will be uploaded +export DTF_PRESENTER_SSHID=userdi@fedorapeople.org + +# Directory on remote host where the we upload the results +export DTF_PRESENTER_RESULTDIR=/home/fedora/praiskup/public_html/proj/postgresql-setup/tests/dtf |
