src/org/sonews/config/Config.java
changeset 45 7e24949b87b0
parent 37 74139325d305
child 49 8df94bfd3e2f
     1.1 --- a/src/org/sonews/config/Config.java	Sun Aug 29 18:17:37 2010 +0200
     1.2 +++ b/src/org/sonews/config/Config.java	Sat Sep 10 18:18:05 2011 +0200
     1.3 @@ -52,8 +52,7 @@
     1.4  	public static final String MLSEND_PORT = "sonews.mlsend.port";
     1.5  	public static final String MLSEND_USER = "sonews.mlsend.user";
     1.6  	/** Key constant. If value is "true" every I/O is written to logfile
     1.7 -	 * (which is a lot!)
     1.8 -	 */
     1.9 +	 * (which is a lot!) */
    1.10  	public static final String DEBUG = "sonews.debug";
    1.11  	/** Key constant. Value is classname of the JDBC driver */
    1.12  	public static final String STORAGE_DBMSDRIVER = "sonews.storage.dbmsdriver";
    1.13 @@ -63,6 +62,7 @@
    1.14  	public static final String STORAGE_USER = "sonews.storage.user";
    1.15  	/** Key constant. Value is the password for the DBMS. */
    1.16  	public static final String STORAGE_PASSWORD = "sonews.storage.password";
    1.17 +	public static final String STORAGE_PROVIDER = "sonews.storage.provider";
    1.18  	/** Key constant. Value is the name of the host which is allowed to use the
    1.19  	 *  XDAEMON command; default: "localhost" */
    1.20  	public static final String XDAEMON_HOST = "sonews.xdaemon.host";