Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 271 Bytes

backend_basic.md

File metadata and controls

17 lines (14 loc) · 271 Bytes

Basic

Default configuration

{
    "backend": "basic",
    "key": "file://~/.vaultage/your_project.key",
    "passphrase": true,
    "encrypted_extension": "crypted",
    "files": [
        "app/config/parameters.yml"
    ]
}

Back to home