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 2, 2018
1 parent cebed35 commit 84a3e51
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 @@ -25,6 +25,6 @@ cargo build --release
|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|
|BAD_REQUEST_MESSAGE|`Invalid URL`|Any String|Error message if submitted url does not matches the regex|
|MMDB_PATH|`/GeoLite2-Country.mmdb`|Any Path to an mmdb file|Path to the mmdb file used for country detection|
|MMDB_PATH|`./GeoLite2-Country.mmdb`|Any Path to an mmdb file|Path to the mmdb file used for country detection|
|TRUST_PROXY|`false`|Set => `true`, Not Set => `false`|If set the `X-Forwarded-For` header value is used as request ip|
|DISABLE_STATS|`false`|Set => `true`, Not Set => `false`|If set no stats are collected|

0 comments on commit 84a3e51

Please sign in to comment.