66 lines
1.8 KiB
INI
66 lines
1.8 KiB
INI
|
|
; This file is part of SECONDO.
|
||
|
|
;
|
||
|
|
; Copyright (C) 2004, University in Hagen, Department of Computer Science,
|
||
|
|
; Database Systems for New Applications.
|
||
|
|
;
|
||
|
|
; SECONDO is free software; you can redistribute it and/or modify
|
||
|
|
; it under the terms of the GNU General Public License as published by
|
||
|
|
; the Free Software Foundation; either version 2 of the License, or
|
||
|
|
; (at your option) any later version.
|
||
|
|
|
||
|
|
; SECONDO is distributed in the hope that it will be useful,
|
||
|
|
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
|
; GNU General Public License for more details.
|
||
|
|
;
|
||
|
|
; You should have received a copy of the GNU General Public License
|
||
|
|
; along with SECONDO; if not, write to the Free Software
|
||
|
|
; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
|
;
|
||
|
|
; --- Secondo Configuration ---
|
||
|
|
|
||
|
|
[Environment]
|
||
|
|
Test=
|
||
|
|
bla=123abc
|
||
|
|
hugo= 1
|
||
|
|
|
||
|
|
[berta]
|
||
|
|
dora=n/a
|
||
|
|
flori=n/a
|
||
|
|
def=2
|
||
|
|
|
||
|
|
; --- Berkeley DB Section ---
|
||
|
|
;
|
||
|
|
; If Secondo is configured to use the Berkeley DB for persistent
|
||
|
|
; storage, the parameters in this section need to be specified
|
||
|
|
|
||
|
|
hugo=n/a
|
||
|
|
[BerkeleyDB]
|
||
|
|
SecondoHome=h:/database/secondo
|
||
|
|
CacheSize=256 ; cache size in kB
|
||
|
|
|
||
|
|
; --- Oracle DB Section ---
|
||
|
|
;
|
||
|
|
; If Secondo is configured to use an Oracle database for persistent
|
||
|
|
; storage the parameters in this section need to be specified
|
||
|
|
|
||
|
|
[OracleDB]
|
||
|
|
ConnectString=SECONDO
|
||
|
|
SecondoUser=SECONDO_MGR
|
||
|
|
SecondoPswd=SECONDO_MGR
|
||
|
|
|
||
|
|
; --- Context sections ---
|
||
|
|
;
|
||
|
|
; To allow fine tuning of the storage management it is possible to
|
||
|
|
; define several "context" sections which can be referenced when
|
||
|
|
; creating or opening SmiFiles. The "Default" context section lists
|
||
|
|
; all possible parameters.
|
||
|
|
|
||
|
|
[Default]
|
||
|
|
;Bdbxxx=
|
||
|
|
;OraTableSpace=
|
||
|
|
;OraIndexSpace=
|
||
|
|
|
||
|
|
;;;;;; End of Secondo Configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
|