Drone : ConfigurationDatabase
This page last changed on Jun 18, 2004 by gbevin.
The database is configured as a RIFE datasource <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE datasources SYSTEM "/dtd/datasources.dtd"> <datasources> <datasource name="postgresql"> <driver>org.postgresql.Driver</driver> <url>jdbc:postgresql://localhost:5432/drone</url> <user>drone</user> <password>password</password> <poolsize>10</poolsize> </datasource> </datasources> It should be pretty trivial to configure this. Drone has currently been tested with PostgreSQL To activate the datasource you have to configure the global settings. |
![]() |
Document generated by Confluence on Jun 18, 2004 09:44 |