Skip to content

Commit

Permalink
docs: update readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde authored Sep 29, 2024
1 parent d1a7ebf commit a88e63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PASSWORD=<alpha:24>
ENCRYPTION_KEY=<ascii85:32>
ENCRYPTION_IV=<base64:16>
ENCRYPTION_SALT=<hex:16>
PORT=<int:1-65535>
PORT=<int:1024-65535>
ENUM=<enum:development,production>
PROMPT=<text:Enter your name>
SECRET_PROMPT=<password:Enter your password>
Expand All @@ -46,6 +46,6 @@ PROMPT_2= # Empty values elicit a prompt
| hex | Random hexadecimal characters | `ENCRYPTION_SALT=<hex:16>` |
| uuid | Random UUIDv4 | `UUID=<uuid>` |
| enum | Enumerated list of values | `ENUM=<enum:development,production>` |
| int | Random integer | `PORT=<int:1-65535>` |
| int | Random integer | `PORT=<int:1024-65535>` |
| text | Prompt user for text input | `PROMPT1=<text:Enter your name>` |
| password | Prompt user for secret input | `SECRET_PROMPT=<password:Enter your API key>` |

0 comments on commit a88e63d

Please sign in to comment.