comparison src/main/java/edu/harvard/iq/dataverse/util/SystemConfig.java @ 12:c2e2d794847f

new: add config.properties file for gazetteer
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 30 Sep 2015 13:43:54 +0200
parents a50cf11e5178
children
comparison
equal deleted inserted replaced
11:08c950a22cee 12:c2e2d794847f
36 * A JVM option for specifying the "official" URL of the site. 36 * A JVM option for specifying the "official" URL of the site.
37 * Unlike the FQDN option above, this would be a complete URL, 37 * Unlike the FQDN option above, this would be a complete URL,
38 * with the protocol, port number etc. 38 * with the protocol, port number etc.
39 */ 39 */
40 public static final String SITE_URL = "dataverse.siteUrl"; 40 public static final String SITE_URL = "dataverse.siteUrl";
41 41
42 /** 42 /**
43 * A JVM option for where files are stored on the file system. 43 * A JVM option for where files are stored on the file system.
44 */ 44 */
45 public static final String FILES_DIRECTORY = "dataverse.files.directory"; 45 public static final String FILES_DIRECTORY = "dataverse.files.directory";
46 46