We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a6aa7 commit 4c4a4d4Copy full SHA for 4c4a4d4
.github/ci/files/config/packages/test/config.yaml
@@ -26,7 +26,12 @@ doctrine:
26
enum: string
27
bit: boolean
28
29
+pimcore:
30
+ product_registration:
31
+ instance_identifier: '%env(PIMCORE_INSTANCE_IDENTIFIER)%'
32
+ product_key: '%env(PIMCORE_PRODUCT_KEY)%'
33
+
34
parameters:
35
pimcore_test.db.dsn: '%env(PIMCORE_TEST_DB_DSN)%'
36
env(PIMCORE_TEST_DB_DSN): ~
- pimcore.encryption.secret: 'def00000fc1e34a17a03e2ef85329325b0736a5941633f8062f6b0a1a20f416751af119256bea0abf83ac33ef656b3fff087e1ce71fa6b8810d7f854fe2781f3fe4507f6'
37
+ pimcore.encryption.secret: '%env(PIMCORE_ENCRYPTION_SECRET)%'
0 commit comments