Paul Laffitte
Results
92
comments of
Paul Laffitte
Using the configuration file should do it, I use it to configure my s3 backups. ```yaml repositories: s3: access_key: location: s3:// passphrase: secret_access_key: ``` You can obviously use the CLI...
Maybe something as simple as `PLAKAR_REPOSITORIES_S3_PASSPHRASE=`? That should be equivalent to: ```yaml repositories: s3: passphrase: ``` To only issue is if you plan to have arrays in your config, then...