mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
Merge pull request #3268 from dgrove727/3150_CentralRepositoryDefaultHost
3150 central repository default host
This commit is contained in:
commit
b90bb0e1fe
@ -39,7 +39,7 @@ import org.sleuthkit.autopsy.coreutils.TextConverterException;
|
||||
public final class PostgresEamDbSettings {
|
||||
|
||||
private final static Logger LOGGER = Logger.getLogger(PostgresEamDbSettings.class.getName());
|
||||
private final String DEFAULT_HOST = "localhost"; // NON-NLS
|
||||
private final String DEFAULT_HOST = ""; // NON-NLS
|
||||
private final int DEFAULT_PORT = 5432;
|
||||
private final String DEFAULT_DBNAME = "central_repository"; // NON-NLS
|
||||
private final int DEFAULT_BULK_THRESHHOLD = 1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user