aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_MG.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/config_MG.ini')
-rw-r--r--bin/config-include/config_MG.ini125
1 files changed, 125 insertions, 0 deletions
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini
new file mode 100644
index 0000000..862f7b8
--- /dev/null
+++ b/bin/config-include/config_MG.ini
@@ -0,0 +1,125 @@
1; The Const section allows us to define some basic information that we
2; will use throughout our configuration. We will provide examples for
3; setting the base url of the ROBUST server and the public and private ports
4; it uses. Changing the values of the constants will set the operating
5; parameters thoughout the configuration. Other constants that may prove
6; to be useful may be added to the followin section. They may be
7; referenced anywhere in the configuration by using ${Const|Name}. One
8; such use is providing a base path for setting locations that ROBUST
9; uses to write data.
10
11; Also put grid specific stuff here.
12
13
14[Paths]
15 AssetsPath = "../../AssetFiles"
16 BackupPath = "../../backups"
17 CachePath = "../../caches"
18 ConfigPath = "../../config"
19 DbPath = "../../db"
20 LogPath = "../../logs"
21 WebPath = "../../web"
22
23[Const]
24 MOTD = "All of the World is a Stage, and Everyone's a Critic."
25
26 GridName = "Misfitz Grid"
27 ShortGridName = "MG"
28
29 ; For a grid these will usually be the externally accessible IP/DNS
30 ; name and use default public port 8002 and default private port 8003
31 ; For a standalone this will usually be the externally accessible IP/DNS
32 ; name and use default public port 9000. The private port is not used
33 ; in the configuration for a standalone.
34 BaseHostname = "http://misfitzgrid.com"
35 HostName = "misfitzgrid.com"
36 BaseURL = ${Const|BaseHostname}
37 GridURL = ${Const|BaseHostname}
38 SSLURL = "https://${Const|HostName}"
39
40 PublicPort = "8002"
41 PrivatePort = "8003"
42 PublicSSLPort = "8443"
43
44 ; The public port of the ROBUST asset server, which might be different.
45 AssetServerPort = "8003"
46
47 ; Database credentials.
48 DataProvider = "OpenSim.Data.MySQL.dll"
49 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
50
51 ; jOpenSim URL
52 jOpensimURL = "http://misfitzgrid.com/members"
53
54[AuthorizationService]
55 DefaultRegionAccess = "DisallowForeigners"
56 ; If you have regions with access restrictions
57 ; specify them here using the convention
58 ; Region_<Region_Name> = <flags>
59 ; Valid flags are:
60 ; DisallowForeigners -- HG visitors not allowed
61 ; DisallowResidents -- only Admins and Managers allowed
62 ; None -- No restrictions.
63
64 Region_Blue_Moon = "None"
65 Region_MisFitz_ = "None"
66 Region_MisFitz_Continuum = "None"
67 Region_MisFitz_Dev = "None"
68 Region_MisFitz_Getaway = "None"
69 Region_MisFitz_Hyperport = "None"
70 Region_MisFitz_Motion = "None"
71 Region_Misfitz_Nature = "None"
72 Region_MisFitz_Residents1 = "None"
73 Region_MisFitz_Residents2 = "None"
74 Region_MisFitz_Sandbox = "None"
75 Region_MisFitz_Shopping = "None"
76 Region_MisFitz_Welcome = "None"
77 Region_MisFitz_Welcome_Beta = "None"
78 Region_White_Harbor = "None"
79
80 Region_Infinite_Grid_Sandbox = "None"
81 Region_Infinite_Grid_Welcome = "None"
82 Region_Kellietown = "None"
83 Region_Life,_the_universe,_and_everything = "None"
84 Region_Naughtie_Nautical = "None"
85 Region_Play_Island = "None"
86
87[Groups]
88 ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} ""
89 ;; Used for V2 in Remote only.
90 SecretKey = "Kensentm3"
91 AddDefaultGroup = "MisFitz Grid Residents"
92
93[GodNames]
94 Enabled = true
95 FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr"
96; Surnames = "Kryztlsk"
97
98[GridService]
99 Region_MisFitz_Welcome = "DefaultRegion, FallbackRegion"
100 Region_MisFitz_Shopping = "FallbackRegion"
101 Region_MisFitz_HyperPort = "FallbackRegion"
102 Region_MisFitz_Sandbox = "FallbackRegion"
103 Region_MisFitz_Continuum= "DefaultHGRegion"
104
105[GridInfoService]
106 ; login page: optional: if it exists it will be used to tell the client to use
107 ; this as splash page
108 welcome = ${Const|jOpensimURL}/index.php?option=com_opensim
109
110 ; helper uri: optional: if it exists it will be used to tell the client to use
111 ; this for all economy related things
112 economy = ${Const|BaseURL}/_tools/helper/
113
114 ; web page of grid: optional: page providing further information about your grid
115 ;about = ${Const|BaseURL}/about
116
117 ; account creation: optional: page providing further information about obtaining
118 ; a user account on your grid
119 ;register = ${Const|BaseURL}/register
120
121 ; help: optional: page providing further assistance for users of your grid
122 ;help = ${Const|BaseURL}/help
123
124 ; password help: optional: page providing password assistance for users of your grid
125 ;password = ${Const|BaseURL}/password