mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
docs: Update comment with link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user