update project

This commit is contained in:
2025-07-29 14:01:51 +02:00
committed by swordsteel
parent 534a77193b
commit b34b9f5b22
6 changed files with 21 additions and 29 deletions

View File

@@ -4,12 +4,17 @@ In realms of connectedness, where devices roam free, A nexus of management, harm
## Properties for deployment
| name | required | info |
|------------------------|:--------:|-------------------------|
| spring.profiles.active | ✓ | Spring Boot environment |
| jwt.public-key | ✓ | JWT public key file |
| account-registry.url | ✓ | Account Register URL |
| device-registry.url | ✓ | Device Register URL |
| name | required | info |
|----------------------------|:--------:|-------------------------|
| spring.profiles.active | ✓ | Spring Boot environment |
| spring.cache.type | | Cache type (redis) |
| spring.data.redis.host | ✓ | Redis host |
| spring.data.redis.port | | Redis port |
| spring.data.redis.database | ✓ | Redis database |
| spring.data.redis.password | ✗ | Redis password |
| jwt.public-key | ✓ | JWT public key file |
| account-registry.url | ✓ | Account Register URL |
| device-registry.url | ✓ | Device Register URL |
*Required: ✓ can be stored as text, and ✗ need to be stored as secret.*