forked from vmelnik-ukraine/DoctrineEncryptBundle
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b4cfcd
commit 55f2587
Showing
4 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
#Configuration Reference | ||
|
||
All available configuration options are listed below with their default values. | ||
All available configuration options are listed below. | ||
|
||
``` yaml | ||
|
||
ambta_doctrine_encrypt: | ||
|
||
# Secret key for encrypt algorithm. All secret key checks are encryptor tasks only. | ||
# We recommend an 32 character long key (256 bits), Use another key for each project! | ||
|
||
# Store a backup of this key on a secure location, losing this key will mean losing your data! | ||
secret_key: ~ # Required | ||
|
||
# If you want, you can use your own Encryptor. Encryptor must implements EncryptorInterface interface | ||
# Default: Ambta\DoctrineEncryptBundle\Encryptors\AES256Encryptor | ||
|
||
encryptor_class: ~ #optional | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters