Skip to content

Commit 9f6dc44

Browse files
authored
Add Product Registration (#135)
1 parent 02ec167 commit 9f6dc44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ci/files/config/packages/test/config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ doctrine:
2727
bit: boolean
2828

2929

30+
pimcore:
31+
product_registration:
32+
instance_identifier: '%env(PIMCORE_INSTANCE_IDENTIFIER)%'
33+
product_key: '%env(PIMCORE_PRODUCT_KEY)%'
34+
3035
parameters:
3136
pimcore_test.db.dsn: '%env(PIMCORE_TEST_DB_DSN)%'
3237
env(PIMCORE_TEST_DB_DSN): ~
33-
pimcore.encryption.secret: 'def00000fc1e34a17a03e2ef85329325b0736a5941633f8062f6b0a1a20f416751af119256bea0abf83ac33ef656b3fff087e1ce71fa6b8810d7f854fe2781f3fe4507f6'
38+
pimcore.encryption.secret: '%env(PIMCORE_ENCRYPTION_SECRET)%'

0 commit comments

Comments
 (0)