diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/config_MG.ini | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini index 862f7b8..59eb2f1 100644 --- a/bin/config-include/config_MG.ini +++ b/bin/config-include/config_MG.ini | |||
@@ -1,9 +1,9 @@ | |||
1 | ; The Const section allows us to define some basic information that we | 1 | ; The Const section allows us to define some basic information that we |
2 | ; will use throughout our configuration. We will provide examples for | 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 | 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 | 4 | ; it uses. Changing the values of the constants will set the operating |
5 | ; parameters thoughout the configuration. Other constants that may prove | 5 | ; parameters thoughout the configuration. Other constants that may prove |
6 | ; to be useful may be added to the followin section. They may be | 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 | 7 | ; referenced anywhere in the configuration by using ${Const|Name}. One |
8 | ; such use is providing a base path for setting locations that ROBUST | 8 | ; such use is providing a base path for setting locations that ROBUST |
9 | ; uses to write data. | 9 | ; uses to write data. |
@@ -13,11 +13,12 @@ | |||
13 | 13 | ||
14 | [Paths] | 14 | [Paths] |
15 | AssetsPath = "../../AssetFiles" | 15 | AssetsPath = "../../AssetFiles" |
16 | BackupPath = "../../backups" | 16 | BackupPath = "../../var/backups" |
17 | CachePath = "../../caches" | 17 | CachePath = "../../var/cache" |
18 | ConfigPath = "../../config" | 18 | ConfigPath = "../../config" |
19 | DbPath = "../../db" | 19 | DbPath = "../../var/lib/db" |
20 | LogPath = "../../logs" | 20 | LogPath = "../../var/log" |
21 | PIDPath = "../../var/run" | ||
21 | WebPath = "../../web" | 22 | WebPath = "../../web" |
22 | 23 | ||
23 | [Const] | 24 | [Const] |
@@ -37,6 +38,10 @@ | |||
37 | GridURL = ${Const|BaseHostname} | 38 | GridURL = ${Const|BaseHostname} |
38 | SSLURL = "https://${Const|HostName}" | 39 | SSLURL = "https://${Const|HostName}" |
39 | 40 | ||
41 | ; you can also have them on a diferent url / IP | ||
42 | ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}" | ||
43 | PrivURL = ${Const|BaseURL} | ||
44 | |||
40 | PublicPort = "8002" | 45 | PublicPort = "8002" |
41 | PrivatePort = "8003" | 46 | PrivatePort = "8003" |
42 | PublicSSLPort = "8443" | 47 | PublicSSLPort = "8443" |
@@ -91,9 +96,9 @@ | |||
91 | AddDefaultGroup = "MisFitz Grid Residents" | 96 | AddDefaultGroup = "MisFitz Grid Residents" |
92 | 97 | ||
93 | [GodNames] | 98 | [GodNames] |
94 | Enabled = true | 99 | Enabled = true |
95 | FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr" | 100 | FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr" |
96 | ; Surnames = "Kryztlsk" | 101 | ; Surnames = "Kryztlsk" |
97 | 102 | ||
98 | [GridService] | 103 | [GridService] |
99 | Region_MisFitz_Welcome = "DefaultRegion, FallbackRegion" | 104 | Region_MisFitz_Welcome = "DefaultRegion, FallbackRegion" |