Configure database from gerrit.config
Instead of relying on the horribly ugly GerritServer.properties we now configure the database out of gerrit.config through database.* configuration settings. Change-Id: I34734ebe880181480cf149d664368c8e7e469bef Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -28,7 +28,7 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
/** Provides {@link Config} annotated with {@link GerritServerConfig}. */
|
||||
public class GerritServerConfigProvider implements Provider<Config> {
|
||||
class GerritServerConfigProvider implements Provider<Config> {
|
||||
private static final Logger log =
|
||||
LoggerFactory.getLogger(GerritServerConfigProvider.class);
|
||||
|
||||
|
Reference in New Issue
Block a user