You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
381 B
15 lines
381 B
1 year ago
|
# Rename backend to repository
|
||
|
|
||
|
# Env variables
|
||
|
|
||
|
AUTORESTIC_BB_B2_ACCOUNT_ID=123 -> AUTORESTIC_BACKENDS_BB_ENV_B2**ACCOUNT**ID=123
|
||
|
|
||
|
- All fields can be configured by env now
|
||
|
- To escape `_` replace it with double underscore `__`
|
||
|
|
||
|
# Rest property on backend config
|
||
|
|
||
|
No rest property anymore, can be used in string extrapolation
|
||
|
|
||
|
# Every string is now replaceable with env variables
|