We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e4757 commit 043e2beCopy full SHA for 043e2be
1 file changed
README.md
@@ -141,10 +141,10 @@ LOAN_MANAGER_ADMIN_SECRET=S... # valid Stellar Ed25519 secret seed
141
142
The server validates secret format at startup and exits if any check fails:
143
144
-| Variable | Requirement |
145
-| --- | --- |
146
-| `JWT_SECRET` | At least 32 characters |
147
-| `INTERNAL_API_KEY` | At least 32 characters |
+| Variable | Requirement |
+| --------------------------- | --------------------------------------------------------- |
+| `JWT_SECRET` | At least 32 characters |
+| `INTERNAL_API_KEY` | At least 32 characters |
148
| `LOAN_MANAGER_ADMIN_SECRET` | Valid Stellar Ed25519 secret seed (`S...`, 56 characters) |
149
150
## Available Scripts
0 commit comments