From 0a744b603d0670b63b469a957f026bceb075877e Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 4 Jul 2019 18:15:24 +1000 Subject: Move the MG configs to their own file. --- bin/Robust.ini | 58 ---------------------------------------------------------- 1 file changed, 58 deletions(-) (limited to 'bin/Robust.ini') diff --git a/bin/Robust.ini b/bin/Robust.ini index 34815fb..30e64be 100644 --- a/bin/Robust.ini +++ b/bin/Robust.ini @@ -1,61 +1,3 @@ -; * Run -; * $ Robust.exe -inifile Robust.HG.ini -; * - -; * Configurations for enabling HG1.5 -; * -; * HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService -; * OpenSim.Server.Handlers.dll:UserAgentService -; * Additional OpenSim.Server.Handlers.dll:AssetServiceConnector and -; * OpenSim.Server.Handlers.dll:XInventoryInConnector -; * are started in port 8002, outside the firewall -; * -; ** -; * -; * The Const section allows us to define some basic information that we -; * will use throughout our configuration. We will provide examples for -; * setting the base url of the Robust server and the public and private ports -; * it uses. Changing the values of the constants will set the operating -; * parameters thoughout the configuration. Other constants that may prove -; * to be useful may be added to the followin section. They may be -; * referenced anywhere in the configuration by using ${Const|Name}. One -; * such use is providing a base path for setting locations that Robust -; * uses to write data. -; * - -[Paths] - AssetsPath = "../../AssetFiles" - BackupPath = "../../backups" - CachePath = "../../caches" - ConfigPath = "../../config" - DbPath = "../../db" - LogPath = "../../logs" - -[Const] - MOTD = "Welcome to this virtual world." - - GridName = "My virtual world" - ShortGridName = "mvw" - ; For a grid these will usually be the externally accessible IP/DNS - ; name and use default public port 8002 and default private port 8003 - ; For a standalone this will usually be the externally accessible IP/DNS - ; name and use default public port 9000. The private port is not used - ; in the configuration for a standalone. - - ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1" - HostName = "localhost" - BaseURL = http://127.0.0.1 - GridURL = http://127.0.0.1 - - ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" - PublicPort = "8002" - - ; The private port of the Robust server - PrivatePort = "8003" - - - DataProvider = "OpenSim.Data.MySQL.dll" - ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" ; * The startup section lists all the connectors to start up in this server ; * instance. This may be only one, or it may be the entire server suite. -- cgit v1.1