ckrack/optimus-bundle

Dotenv

# Replace these env vars with the output of `php vendor/bin/optimus spark -f env`
OPTIMUS_PRIME=3
OPTIMUS_INVERSE=715827883
OPTIMUS_RANDOM=1592469642

Generated files

config/packages/ckrack_optimus.yaml

ckrack_optimus:
    # Set options, as documented at https://github.com/jenssegers/optimus#usage
    prime: "%env(int:OPTIMUS_PRIME)%"
    inverse: "%env(int:OPTIMUS_INVERSE)%"
    random: "%env(int:OPTIMUS_RANDOM)%"

    # if set to true, param converter will continue with the next available param converters
    passthrough: true