Hlæja concept v0.2.1

This commit is contained in:
2024-12-12 02:43:11 +01:00
parent a583e5d6e3
commit 0b776186ac
4 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ Store device information. GitHub [Hlæja Device Data](https://github.com/swordst
SPRING_R2DBC_URL: r2dbc:postgresql://localhost:5432/device_registry
SPRING_R2DBC_USERBAME: services
SPRING_R2DBC_PASSWORD: password
JWT_PRIVATE_KEY: keys/private_key.pem
JWT_PRIVATE_KEY: cert/private_key.pem
```
#### Volume
@@ -54,7 +54,7 @@ This will allow you to mount a local private key `identity_private_key.pem` into
```text
volumes:
- ./keys/identity_private_key.pem:/app/resources/keys/private_key.pem
- ./cert/identity_private_key.pem:/app/resources/cert/private_key.pem
```
### Device API