database.ini 852 B

123456789101112131415161718192021222324252627282930313233
  1. [Database]
  2. # type
  3. # gives the type of the database-engine. Valid values are:
  4. # * interbase
  5. # * mysql
  6. # * postgresql
  7. type=interbase
  8. # name
  9. # gives the name of the database that should be used.
  10. # This could be a file-name or an alias, dependent on which database-engine is
  11. # used. More information about how to create a dabatase can be find in the
  12. # documentation of the database-engine.
  13. name=/opt/firebird/examples/employee.fdb
  14. # user
  15. # name is the name of a user which must have all rights on the selected
  16. # database. If the user has insufficient rights, all or one of the test could
  17. # fail.
  18. # How to set up users and their rights can be found in the database-engine
  19. # documentation.
  20. user=sysdba
  21. # password
  22. # password is the password of the provided user. If the password is incorrect,
  23. # all or one of the test could fail.
  24. password=masterkey