Reading db_log_jdbc_url from properties

This commit is contained in:
magenoxx 2014-08-27 02:49:16 +04:00
parent 431877b8b1
commit 78c0d76088
3 changed files with 74 additions and 7 deletions

View file

@ -0,0 +1,10 @@
package mage.utils.properties;
/**
* @author noxx
*/
public class PropertyKeys {
public static final String KEY_DB_LOG_URL = "db.log.url";
public static final String KEY_DB_FEEDBACK_URL = "db.feedback.url";
}