mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Extract encryption key into the configuration param
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'components' => [
|
||||
'oauth' => [
|
||||
'encryptionKey' => 'mock-encryption-key',
|
||||
],
|
||||
'tokens' => [
|
||||
'hmacKey' => 'tests-secret-key',
|
||||
'privateKeyPath' => codecept_data_dir('certs/private.pem'),
|
||||
|
||||
Reference in New Issue
Block a user