Change some terrasync defaults.
This commit is contained in:
parent
9d15561937
commit
baaea29281
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ SG_USING_STD(cout);
|
|||
SG_USING_STD(endl);
|
||||
#endif
|
||||
|
||||
static string server = "baron.flightgear.org";
|
||||
static string source_module = "Scenery-0.7.9";
|
||||
static string server = "scenery.flightgear.org";
|
||||
static string source_module = "scenery-0.9.2";
|
||||
static string source_base = server + (string)"::" + source_module;
|
||||
static string dest_base = "/dest/scenery/dir";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue