mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-11 10:15:24 +00:00
12 lines
295 B
C++
12 lines
295 B
C++
/**
|
|
* Options for the Thrift leveldb server.
|
|
* @author Dhruba Borthakur (dhruba@gmail.com)
|
|
* Copyright 2012 Facebook
|
|
**/
|
|
#include <DB.h>
|
|
#include "server_options.h"
|
|
|
|
const std::string ServerOptions::DEFAULT_HOST = "hostname";
|
|
const std::string ServerOptions::DEFAULT_ROOTDIR = "/tmp/ldb/";
|
|
|