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