Difference between revisions of "SQWareCentral:etc:sqwc GlobalVar.cfg"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Fichier de configuration $gvsqw_RootexpdbCentral/etc/sqwc_GlobalVar.cfg:<br>
+
Configuration file $gvsqw_RootexpdbCentral/etc/sqwc_GlobalVar.cfg:<br>
<br> gvsqw_ColorGen=>'\033[37;40m'
+
Contains global variables for SQWareCentral.<br>
<br> gvsqw_ColorMsg=>'\033[35;40m'
+
To customize variables, put them in $gvsqw_RootexpdbCentral/etc_cust/sqwc_GlobalVar.cfg.<br>
<br> gvsqw_GzipLogsHisto=>7
+
<br>
<br> gvsqw_Hostname=>$(hostname|cut -d '.' -f1)
+
gvsqw_ColorGen => color by default of terminal [by default: '\033[37;40m']
<br> gvsqw_NbDaysFull=>7
+
gvsqw_ColorMsg => color of connection message [by default: '\033[35;40m']
<br> gvsqw_NbDaysInc=>2
+
gvsqw_GzipLogsHisto => number of days to compress logs files [by default: 7]
<br> gvsqw_NbDaysInc=>3
+
gvsqw_Hostname => Hostname in prompt [by default: $(hostname|cut -d '.' -f1)]
##<br> gvsqw_RootexpdbCentral=>"root_installation_of_SQWareCentral"
+
gvsqw_RootexpdbCentral => SQWareCentral principal directory [by default: $HOME/dbSQWare/SQWareCentral]
##<br> gvsqw_RootSQWareProduction=>"root_sources_of_SQWareProduction"
+
gvsqw_RootSQWareProduction => SQWareProduction referential directory [by default: $HOME/dbSQWare/SQWareProduction]
<br> gvsqw_SuppLogsHisto=>30
+
gvsqw_SuppLogsHisto => number of days to delete logs files [by default: 30]

Latest revision as of 12:04, 2 January 2011

Configuration file $gvsqw_RootexpdbCentral/etc/sqwc_GlobalVar.cfg:
Contains global variables for SQWareCentral.
To customize variables, put them in $gvsqw_RootexpdbCentral/etc_cust/sqwc_GlobalVar.cfg.

gvsqw_ColorGen => color by default of terminal [by default: '\033[37;40m']
gvsqw_ColorMsg => color of connection message [by default: '\033[35;40m']
gvsqw_GzipLogsHisto => number of days to compress logs files [by default: 7]
gvsqw_Hostname => Hostname in prompt [by default: $(hostname|cut -d '.' -f1)]
gvsqw_RootexpdbCentral => SQWareCentral principal directory [by default: $HOME/dbSQWare/SQWareCentral]
gvsqw_RootSQWareProduction => SQWareProduction referential directory [by default: $HOME/dbSQWare/SQWareProduction]
gvsqw_SuppLogsHisto => number of days to delete logs files [by default: 30]