mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04: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
2 changed files with 2 additions and 1 deletions
|
@ -2276,7 +2276,7 @@ int RsServer::StartupRetroShare()
|
|||
std::string currGxsDir = RsInitConfig::configDir + "/GXS_phase2";
|
||||
|
||||
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
|
||||
currGxsDir += "_TESTNET3";
|
||||
currGxsDir += "_TESTNET4";
|
||||
#endif
|
||||
|
||||
bool cleanUpGxsDir = false;
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "rsdbbind.h"
|
||||
|
||||
//#define RETRODB_DEBUG
|
||||
#define ENABLE_ENCRYPTED_DB
|
||||
|
||||
|
||||
const int RetroDb::OPEN_READONLY = SQLITE_OPEN_READONLY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue