10 lines
384 B
YAML
10 lines
384 B
YAML
---
|
|
|
|
backblaze_bucket_name: fp-usc
|
|
backblaze_allowed_origins:
|
|
- https://futureporn.net
|
|
backblaze_enable_b2_cli: true
|
|
backblaze_enable_cors: false
|
|
backblaze_auth_key_id: "{{ lookup('dotenv', 'BACKBLAZE_AUTH_KEY_ID', file='../../../../.env.production') }}"
|
|
backblaze_auth_application_key: "{{ lookup('dotenv', 'BACKBLAZE_AUTH_APPLICATION_KEY', file='../../../../.env.production') }}"
|