File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PASSWORD=<alpha:24>
3131ENCRYPTION_KEY=< ascii85:32>
3232ENCRYPTION_IV=< base64:16>
3333ENCRYPTION_SALT=< hex:16>
34- PORT=< int:1 -65535>
34+ PORT=< int:1024 -65535>
3535ENUM=< enum:development,production>
3636PROMPT=< text:Enter your name>
3737SECRET_PROMPT=< password:Enter your password>
@@ -46,6 +46,6 @@ PROMPT_2= # Empty values elicit a prompt
4646| hex | Random hexadecimal characters | ` ENCRYPTION_SALT=<hex:16> ` |
4747| uuid | Random UUIDv4 | ` UUID=<uuid> ` |
4848| enum | Enumerated list of values | ` ENUM=<enum:development,production> ` |
49- | int | Random integer | ` PORT=<int:1 -65535> ` |
49+ | int | Random integer | ` PORT=<int:1024 -65535> ` |
5050| text | Prompt user for text input | ` PROMPT1=<text:Enter your name> ` |
5151| password | Prompt user for secret input | ` SECRET_PROMPT=<password:Enter your API key> ` |
You can’t perform that action at this time.
0 commit comments