source: trunk/DataCheck/Setup/setup.fact.lp.gate@ 18393

Last change on this file since 18393 was 18393, checked in by Daniela Dorner, 9 years ago
use current Mars version
  • Property svn:executable set to *
File size: 623 bytes
Line 
1#!/bin/bash
2#
3# This a resource file for the scripts, in which paths, variables
4# and setups are defined
5#
6# This setup file is for the machine gate in La Palma
7#
8
9# for db backup
10dbnames=( "mysql" "programoptions" "calendar" "systemstatus" "postfix" "horde" "logbook" "factdata" "weather" )
11
12# set only variables which are needed for the scripts running on this machine
13
14# logging and setup
15logpath=/users/fact/logs.automatic.processing/autologs
16runlogpath=/users/fact/logs.automatic.processing/autologs
17
18export mars=/users/fact/SW.automatic.processing/Mars.svn.2014.05.26
19
20# file with db information
21sqlrc=$mars/sql.rc
22
Note: See TracBrowser for help on using the repository browser.