Update from 6.9.x to 10.0.x error about parameter secret #9667
Unanswered
Hbitvof
asked this question in
Q&A / Support
Replies: 2 comments 2 replies
-
|
I also found that part a bit confusing, but found a solution by adding the below to parameters:
secret: some_stringStill not sure if it is the proper way, but it did work :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@Hbitvof you need to define parameters in services.yaml as per Symfony flex. please see https://github.com/pimcore/demo/blob/10.x/config/services.yaml#L2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to update to 10.x and I am at the following step:
Adapt Security config
When I run bin/console debug:config security firewalls I get the following output:
It's not telling where the parameter secret is used. Anyone had the same issue and know what to change?
Beta Was this translation helpful? Give feedback.
All reactions