mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
* Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]
19 lines
700 B
Plaintext
19 lines
700 B
Plaintext
; The IniConfig.cs that parses this file by just finding the first key={value} in the whole text so comments aren't really honoured.
|
|
; Also, this algorithm can probably lead to 'amusing' results in unfortunate cases.
|
|
|
|
[mssqlconnection]
|
|
data_source=\SQLEXPRESS
|
|
initial_catalog=database
|
|
persist_security_info=True
|
|
user_id=username
|
|
password=password
|
|
|
|
; These entries are only for if you, for some reason, wish to customize your user server table names.
|
|
; Do note that if you change the table names, you might have to change the sql resources too manually
|
|
; If ommitted, default values will be used.
|
|
|
|
userstablename=users
|
|
userfriendstablename=userfriends
|
|
agentstablename=agents
|
|
regionstablename=regions
|