Skip to content

Commit d4562de

Browse files
committed
💄 style(core): fixed crypto_controller readme
1 parent 04f676e commit d4562de

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

crypto_controller/README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -181,23 +181,24 @@ python main.py status --log-level DEBUG
181181

182182
Ensure all required environment variables are set in the .env file:
183183

184-
Resource Thresholds:
185-
CPU_USAGE_THRESHOLD
186-
MEMORY_USAGE_THRESHOLD
187-
DISK_SPACE_THRESHOLD
188-
189-
Key Management:
190-
EXPIRATION: Number of years before key expiration.
191-
192-
Security:
193-
TOKEN_SECURITY: Token for secure API access.
194-
195-
Email Notifications:
196-
SMTP_SERVER
197-
SMTP_PORT
198-
SMTP_USER
199-
SMTP_PASSWORD
200-
ALERT_RECIPIENT
184+
Password KP Settings:
185+
Password Key Pair (API-Token Mode):
186+
API_URI: Password API mode base URI.
187+
API_TOKEN_SECURITY: Password API mode token security.
188+
API_TIMEOUT: Password API mode timeout.
189+
190+
Pasword Key Pair (Local Mode):
191+
KP_PASSWORD: Password plain mode, used it or API vars.
192+
193+
Certificate Vault Settings:
194+
CERT_EXPIRATION_YEARS: Number of years before key expiration.
195+
196+
Expiration Notifications Settings:
197+
SMTP_SERVER: SMTP server address for sending emails.
198+
SMTP_PORT: SMTP server port.
199+
SMTP_USER: SMTP server username.
200+
SMTP_PASSWORD: SMTP server password.
201+
ALERT_RECIPIENT: Email address to receive expiration alerts.
201202

202203
## 📊 Logging
203204

0 commit comments

Comments
 (0)