docs: Update comment with link

This commit is contained in:
Clemens Krack
2020-06-29 23:42:17 +02:00
parent 686c5a9f7f
commit a03697f3a9
@@ -1,12 +1,7 @@
ckrack_optimus:
# Large prime number lower than 2147483647
# Set options, as documented at https://github.com/jenssegers/optimus#usage
prime: "%env(int:OPTIMUS_PRIME)%"
# The inverse prime so that (PRIME * INVERSE) & MAXID == 1
inverse: "%env(int:OPTIMUS_INVERSE)%"
# A large random integer lower than 2147483647
random: "%env(int:OPTIMUS_RANDOM)%"
# if set to true, param converter will continue with the next available param converters