mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
Added specific IDs to GXS service serialisers
NOTE! YOU WILL LOSE CURRENT GXS data! git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7100 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c626feeed5
commit
0fd46e4f2b
11 changed files with 109 additions and 94 deletions
|
@ -1364,7 +1364,7 @@ int RsServer::StartupRetroShare()
|
|||
std::string currGxsDir = rsAccounts.PathAccountDirectory() + "/GXS_phase2";
|
||||
|
||||
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
|
||||
currGxsDir += "_TESTNET7";
|
||||
currGxsDir += "_TESTNET8";
|
||||
#endif
|
||||
|
||||
bool cleanUpGxsDir = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue