Template: killbill/username
Type: string
Default: killbill
Description: Dedicated system account for the killbill server:
The killbill server must use a dedicated account for its operation so that
the system's security is not compromised by running it with superuser
privileges.
Template: killbill/groupname
Type: string
Default: killbill
Description: Dedicated system group for the killbill server:
The killbill server must use a dedicated group for its operation so that
the system's security is not compromised by running it with superuser
privileges.
Template: killbill/dburl
Type: string
Default: jdbc:mysql://127.0.0.1:3306/killbill
Description: Database host and port:
JDBC url to your database
Template: killbill/dbusername
Type: string
Default: root
Description: Database username:
Username to use to connect to your database
Template: killbill/dbpassword
Type: password
Default:
Description: Database password:
Password to use to connect to your database
Template: killbill/ddl
Type: text
Description: Don't forget to setup your database:
Tables and indexes to be created can be found in /usr/share/killbill/killbill-server.ddl.sql