reporter1

Untitled

Aug 17th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [DatabaseService]
  2. ;
  3. ; ### Choose the DB
  4. ;
  5.  
  6. ; SQLite
  7. ;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
  8.  
  9. ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
  10. ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
  11. ; for more details
  12. ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini";
  13.  
  14. ; MySql
  15. ; Uncomment these lines if you want to use mysql storage
  16. ; Change the connection string to your db details
  17. StorageProvider = "OpenSim.Data.MySQL.dll"
  18. ConnectionString = "Data Source=localhost;Database=osgrid;User ID=osgrid;Password=password;"
  19. ; Uncomment this line if you are using MySQL and want to use a different database for estates
  20. ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
Advertisement
Add Comment
Please, Sign In to add comment