Use the xeotek_kadeck prefix
All values in the table need to be prefixed with xeotek_kadeck, e.g. xeotek_kadeck_teamid.
You can configure KaDeck by supplying the following environment variables:
Variable name | Example value | Description |
secret | password | Required. Your secret authentication code. |
teamid | myteam.abecede | Required. Your team id. |
init_with_userid | mycustomuserid | The user id of the first admin user. Defaults to admin. The default password admin is not affected. |
port | 80 | The port through which the web UI of KaDeck Enterprise will be accessible. |
keystore_path | /your/path | SSL: The absolute path to your keystore. |
keystore_pass | password | SSL: The password of your keystore. |
keystore_alias | alias | SSL: The keystore alias. |
db_url | jdbc:h2:address | The JDBC URL of your SQL database. Currently, PostgreSQL and H2 are supported. If not supplied, a database is created in the container (not recommended in production). |
db_username | username | The username with permissions to create tables and read/write values to it. |
db_password | password | The password for your user. |
sync_max_interval_mins | 120 | KaDeck Web only. The synchronization interval for pulling new data from the Xeotek Uplink server. |
loglevel | INFO | The log level of KaDeck. Default: WARN |
Comments
Please sign in to leave a comment.