databaseutil_bo.fcl
Go to the documentation of this file.
1 #include "databaseutil.fcl"
2 
3 BEGIN_PROLOG
4 
5 bo_database: @local::standard_database
6 bo_database.DBName: "argoneut_dev"
7 bo_database.DBUser: "argoneut_reader"
8 bo_database.Port: 5457
9 bo_database.PassFileName: ".apswd"
10 bo_database.ShouldConnect: true
11 bo_database.TableName: "bomain_run"
12 
13 END_PROLOG