Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 authored Apr 11, 2018
1 parent 0b5d1ed commit 86dff72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cargo build --release
### Enviroment Variables
|Name|Default|Possible Values|Description|
|----|-------|---------------|-----------|
|REDIS_URL|`redis://localhost`|Any redis URI (`redis://host:port/db`)|The URI of the redis instance zlnk should use|
|REDIS_URL|`redis://localhost`|Any redis URI (`redis://host:port/db`)|The URL of the redis instance zlnk should use|
|URL_REGEX|`^(https?://)?([\da-z\.-]+)\.([a-z\.]{2,6})([/\w \.-]*)*/?$`|Any rust RegEX|Only URLs that match this regex can be shortend|
|SHORT_LENGTH|`5`|Any int (0 < i < 2^64)|Length of an short url|
|SHORT_ALPHABET|`hex`|`hex`, `decimal`, `alpha`, `alpha-numeric`|Alphabet used in short urls|
Expand Down

0 comments on commit 86dff72

Please sign in to comment.