diff options
author | Justin Clark-Casey (justincc) | 2015-03-11 22:46:11 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-11 22:46:11 +0000 |
commit | b333a19102688637953c149402e7f974deabdfe0 (patch) | |
tree | 50b935b70707be796f65cea410b192b2fc0982a0 /bin/Regions/Regions.ini.example | |
parent | minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more n... (diff) | |
download | opensim-SC-b333a19102688637953c149402e7f974deabdfe0.zip opensim-SC-b333a19102688637953c149402e7f974deabdfe0.tar.gz opensim-SC-b333a19102688637953c149402e7f974deabdfe0.tar.bz2 opensim-SC-b333a19102688637953c149402e7f974deabdfe0.tar.xz |
minor: Remove unnecessary quoting in Regions.ini.example
Diffstat (limited to 'bin/Regions/Regions.ini.example')
-rw-r--r-- | bin/Regions/Regions.ini.example | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index c4315e3..e20fee6 100644 --- a/bin/Regions/Regions.ini.example +++ b/bin/Regions/Regions.ini.example | |||
@@ -15,13 +15,13 @@ | |||
15 | ; * You MUST change this! It will NOT be done for you! | 15 | ; * You MUST change this! It will NOT be done for you! |
16 | ; * | 16 | ; * |
17 | 17 | ||
18 | RegionUUID = "11111111-2222-3333-4444-555555555555" | 18 | RegionUUID = 11111111-2222-3333-4444-555555555555 |
19 | 19 | ||
20 | Location = "1000,1000" | 20 | Location = 1000,1000 |
21 | InternalAddress = "0.0.0.0" | 21 | InternalAddress = 0.0.0.0 |
22 | InternalPort = 9000 | 22 | InternalPort = 9000 |
23 | AllowAlternatePorts = False | 23 | AllowAlternatePorts = False |
24 | ExternalHostName = "SYSTEMIP" | 24 | ExternalHostName = SYSTEMIP |
25 | 25 | ||
26 | ; * | 26 | ; * |
27 | ; * Variable-sized regions allows the creation of large, borderless spaces. | 27 | ; * Variable-sized regions allows the creation of large, borderless spaces. |
@@ -67,13 +67,13 @@ ExternalHostName = "SYSTEMIP" | |||
67 | ; * | 67 | ; * |
68 | ; * Now, there is a setting in [Map] in OpenSim.ini called | 68 | ; * Now, there is a setting in [Map] in OpenSim.ini called |
69 | ; * | 69 | ; * |
70 | ; * MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | 70 | ; * MaptileStaticUUID = 00000000-0000-0000-0000-000000000000 |
71 | ; * | 71 | ; * |
72 | ; * where, given the criteria above, lets you specify the UUID of a texture asset to use | 72 | ; * where, given the criteria above, lets you specify the UUID of a texture asset to use |
73 | ; * as a maptile *Simulator Wide*. Here, you can override that on a per region basis for | 73 | ; * as a maptile *Simulator Wide*. Here, you can override that on a per region basis for |
74 | ; * Simulators that run multiple regions: | 74 | ; * Simulators that run multiple regions: |
75 | 75 | ||
76 | ; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | 76 | ; MaptileStaticUUID = 00000000-0000-0000-0000-000000000000 |
77 | 77 | ||
78 | 78 | ||
79 | ; * Region Specific Static Maptiles from file: | 79 | ; * Region Specific Static Maptiles from file: |