diff options
Diffstat (limited to 'common.ini')
| -rw-r--r-- | common.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/common.ini b/common.ini new file mode 100644 index 0000000..b76bcae --- /dev/null +++ b/common.ini | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | [DatabaseService] | ||
| 2 | StorageProvider = "OpenSim.Data.MySQL.dll" | ||
| 3 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 4 | [AssetService] | ||
| 5 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 6 | [InventoryService] | ||
| 7 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 8 | [AvatarService] | ||
| 9 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 10 | [AuthenticationService] | ||
| 11 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 12 | [UserAccountService] | ||
| 13 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 14 | [GridUserService] | ||
| 15 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 16 | [FriendsService] | ||
| 17 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=MYSQL_PASSWORD;" | ||
| 18 | [Network] | ||
| 19 | ConsoleUser = "REST_USER" | ||
| 20 | ConsolePass = "REST_PASSWORD" | ||
| 21 | |||
