mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
Enabled db encryption and changed gxs folder
- need sql cipher to compile if gxs compile flags are enabled git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6431 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ff544da72e
commit
777366a79b
@ -2276,7 +2276,7 @@ int RsServer::StartupRetroShare()
|
|||||||
std::string currGxsDir = RsInitConfig::configDir + "/GXS_phase2";
|
std::string currGxsDir = RsInitConfig::configDir + "/GXS_phase2";
|
||||||
|
|
||||||
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
|
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
|
||||||
currGxsDir += "_TESTNET3";
|
currGxsDir += "_TESTNET4";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool cleanUpGxsDir = false;
|
bool cleanUpGxsDir = false;
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
#include "rsdbbind.h"
|
#include "rsdbbind.h"
|
||||||
|
|
||||||
//#define RETRODB_DEBUG
|
//#define RETRODB_DEBUG
|
||||||
|
#define ENABLE_ENCRYPTED_DB
|
||||||
|
|
||||||
|
|
||||||
const int RetroDb::OPEN_READONLY = SQLITE_OPEN_READONLY;
|
const int RetroDb::OPEN_READONLY = SQLITE_OPEN_READONLY;
|
||||||
|
Loading…
Reference in New Issue
Block a user