database.ini 876 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [Database]
  2. # type
  3. # gives the type of the database-engine. Valid values are:
  4. # * interbase
  5. # * mysql40
  6. # * mysql41
  7. # * mysql50
  8. # * odbc
  9. # * postgresql
  10. type=oracle
  11. # name
  12. # gives the name of the database that should be used.
  13. # This could be a file-name or an alias, dependent on which database-engine is
  14. # used. More information about how to create a dabatase can be find in the
  15. # documentation of the database-engine.
  16. name=//192.168.3.1/xe
  17. # user
  18. # name is the name of a user which must have all rights on the selected
  19. # database. If the user has insufficient rights, all or one of the test could
  20. # fail.
  21. # How to set up users and their rights can be found in the database-engine
  22. # documentation.
  23. user=system
  24. # password
  25. # password is the password of the provided user. If the password is incorrect,
  26. # all or one of the test could fail.
  27. password=rosivrepus
  28. hostname=