Merge pull request #946

This commit is contained in:
symfony-flex-server[bot]
2020-07-19 07:49:11 +00:00
committed by GitHub
3 changed files with 32 additions and 0 deletions
@@ -0,0 +1,8 @@
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
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"Ckrack\\OptimusBundle\\CkrackOptimusBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Replace these env vars with the output of `php vendor/bin/optimus spark -f env`",
"OPTIMUS_PRIME": "3",
"OPTIMUS_INVERSE": "715827883",
"OPTIMUS_RANDOM": "1592469642"
}
}
@@ -0,0 +1,10 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Next: OptimusBundle Configuration </>
<bg=blue;fg=white> </>
* Generate your spark numbers by running <fg=green>php vendor/bin/optimus spark -f env</>
and configure them in your <fg=green>.env</>
Optimus Documentation: https://github.com/jenssegers/optimus
Bundle Documentation: https://github.com/ckrack/optimus-bundle