From 12c77ddcb76af916c3fe15c05cc9f1688b4cd3d3 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 20 May 2019 17:56:12 +1000 Subject: Update example config.ini. --- example/config/config.ini | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/example/config/config.ini b/example/config/config.ini index 99d3c96..3890e66 100644 --- a/example/config/config.ini +++ b/example/config/config.ini @@ -9,15 +9,22 @@ ; * such use is providing a base path for setting locations that Robust ; * uses to write data. +; Also put grid specific stuff here. -[Const] - MOTD = "Welcome to this virtual world." +[Paths] AssetsPath = "../../AssetFiles" + BackupPath = "../../backups" CachePath = "../../caches" - ConfigPath = "../../config" + DbPath = "../../db" + LogPath = "../../logs" + - GridName = "My virtual world" +[Const] + MOTD = "Welcome to your local grid." + + GridName = "localhost Grid" + ShortGridName = "lg" ; For a grid these will usually be the externally accessible IP/DNS ; name and use default public port 8002 and default private port 8003 @@ -25,10 +32,10 @@ ; 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" + BaseHostname = "127.0.0.1" HostName = "localhost" - BaseURL = http://127.0.0.1 - GridURL = http://grid.infinitegrid.org + BaseURL = http://${Const|BaseHostname} + GridURL = http://${Const|BaseHostname} ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" PublicPort = "8002" @@ -40,3 +47,6 @@ DataProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" + + ; The public port of the Robust server -- THIS IS SPECIAL PORT FOR ASSSET SERVER + AssetServerPort = "8003" -- cgit v1.1