mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 23:28:51 +02:00
rename orientdb configuration file from orientdb.xml to orientdb-client.xml
This commit is contained in:
@@ -85,8 +85,8 @@ public class ConnectionProvider
|
||||
"sonia/scm/orientdb/server-configuration.xml";
|
||||
|
||||
/** Field description */
|
||||
public static final String PATH =
|
||||
"config".concat(File.separator).concat("orientdb.xml");
|
||||
public static final String CONFIG_PATH_CLIENT =
|
||||
"config".concat(File.separator).concat("orientdb-client.xml");
|
||||
|
||||
/**
|
||||
* the logger for ConnectionProvider
|
||||
@@ -102,7 +102,8 @@ public class ConnectionProvider
|
||||
*/
|
||||
public ConnectionProvider()
|
||||
{
|
||||
File file = new File(SCMContext.getContext().getBaseDirectory(), PATH);
|
||||
File file = new File(SCMContext.getContext().getBaseDirectory(),
|
||||
CONFIG_PATH_CLIENT);
|
||||
|
||||
if (file.exists())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user