databaseutil.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_database:
4 {
5  DBHostName: "fnalpgsdev.fnal.gov"
6  DBName: "uboonedaq_dev"
7  DBUser: "uboonedaq_reader"
8  Port: 5436
9  PassFileName: ".pswd"
10  ToughErrorTreatment: false #if true, throw cet::exception at DB connection error
11  ShouldConnect: false
12  TableName: "main_run"
13 }
14 
15 END_PROLOG