Compare commits
1 Commits
c4620cdbab
...
c67378ff25
| Author | SHA1 | Date | |
|---|---|---|---|
| c67378ff25 |
@@ -6,10 +6,10 @@ GOCARDLESS_KEY=
|
||||
GOCARDLESS_ID=
|
||||
|
||||
# Required: Generate a secure random key (32+ characters recommended)
|
||||
# Linux/macOS: od -vAn -N32 -tx1 /dev/urandom | tr -d ' '
|
||||
# Linux/macOS: tr -dc [:alnum:] < /dev/urandom | head -c 32
|
||||
# Windows PowerShell: [Convert]::ToBase64String((1..32 | ForEach-Object { Get-Random -Minimum 0 -Maximum 256 }))
|
||||
# Or use any password manager to generate a strong random string
|
||||
BANKS2FF_CACHE_KEY=
|
||||
|
||||
# Optional: Custom cache directory (defaults to data/cache)
|
||||
# BANKS2FF_CACHE_DIR=
|
||||
# BANKS2FF_CACHE_DIR=
|
||||
|
||||
Reference in New Issue
Block a user