mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
new db for release, TESTNET5, old TESTNET4 db's are not keyed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6456 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c2b06d47ad
commit
4252270cd6
@ -2282,7 +2282,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 += "_TESTNET4";
|
currGxsDir += "_TESTNET5";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool cleanUpGxsDir = false;
|
bool cleanUpGxsDir = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user