update project
This commit is contained in:
17
README.md
17
README.md
@@ -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.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user