"description":"Apache Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.",
"description":"The version of Cassandra to install. By default the latest version is being installed.",
"env_variable":"CASSANDRA_VERSION",
"default_value":"4.0.0",
"user_viewable":true,
"user_editable":true,
"rules":"required|string|max:20"
},
{
"name":"Cassandra Username",
"description":"The username used when connecting to the started Cassandra, to make a CQLSH available in the Pterodactyl console. This value must be set to an existing user for the egg to work properly. You can create a custom user and enter it here instead of using the default one.",
"env_variable":"CASSANDRA_USER",
"default_value":"cassandra",
"user_viewable":true,
"user_editable":true,
"rules":"required|string|max:32"
},
{
"name":"Cassandra Password",
"description":"The password used when connecting to the started Cassandra, to make a CQLSH available in the Pterodactyl console. This value must be set to the password of the user specified using the \"Cassandra Username\" variable. It is highly recommended to change the password of the default Cassandra user right after the first start. After updating the password on the server, update this variable too for the egg to work properly!",