Set up cassandra

This commit is contained in:
2024-11-30 13:36:52 +01:00
parent dd005475aa
commit e4e652fd9d
4 changed files with 37 additions and 3 deletions

View File

@@ -4,9 +4,16 @@ A vault of secrets, a treasure untold, Configurations gathered, both new and old
## Properties for deployment
| name | required | info |
|------------------------|----------|-------------------------|
| spring.profiles.active | * | Spring Boot environment |
| name | required | info |
|----------------------------|----------|-------------------------|
| spring.profiles.active | * | Spring Boot environment |
| cassandra.keyspace-name | | |
| cassandra.port | | |
| cassandra.schema-action | | |
| cassandra.local-datacenter | | |
| cassandra.contact-points | * | |
| cassandra.username | * | |
| cassandra.password | ** | |
Required: * can be stored as text, and ** need to be stored as secret.