aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_IG.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/config_IG.ini25
1 files changed, 15 insertions, 10 deletions
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
index bd809bf..ce43cbd 100644
--- a/bin/config-include/config_IG.ini
+++ b/bin/config-include/config_IG.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"
@@ -72,10 +77,10 @@
72 parcel_owner_is_god = false 77 parcel_owner_is_god = false
73 78
74[GodNames] 79[GodNames]
75 Enabled = true 80 Enabled = true
76 FullNames = "Infinite BootsFang,Infinite Crush,infinite onefang,Infinite Riseon" 81 FullNames = "Infinite BootsFang,Infinite Crush,infinite onefang,Infinite Riseon"
77 FirstNames = "Infinite,infinite" 82 FirstNames = "Infinite,infinite"
78; Surnames = "Kryztlsk" 83; Surnames = "Kryztlsk"
79 84
80[GridService] 85[GridService]
81 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent" 86 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent"