Skip to content

Commit 043e2be

Browse files
style(docs): format README secret-validation table with prettier
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e6e4757 commit 043e2be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ LOAN_MANAGER_ADMIN_SECRET=S... # valid Stellar Ed25519 secret seed
141141

142142
The server validates secret format at startup and exits if any check fails:
143143

144-
| Variable | Requirement |
145-
| --- | --- |
146-
| `JWT_SECRET` | At least 32 characters |
147-
| `INTERNAL_API_KEY` | At least 32 characters |
144+
| Variable | Requirement |
145+
| --------------------------- | --------------------------------------------------------- |
146+
| `JWT_SECRET` | At least 32 characters |
147+
| `INTERNAL_API_KEY` | At least 32 characters |
148148
| `LOAN_MANAGER_ADMIN_SECRET` | Valid Stellar Ed25519 secret seed (`S...`, 56 characters) |
149149

150150
## Available Scripts

0 commit comments

Comments
 (0)