copr-be: configure the AWS CloudFront distribution ID
Relates: https://pagure.io/copr/copr/pull-request/2119
This commit is contained in:
parent
803e4c9ffc
commit
5619eb1804
3 changed files with 6 additions and 0 deletions
|
@ -68,3 +68,5 @@ keygen_host: "54.83.48.73"
|
|||
postfix_group: copr
|
||||
rpm_vendor_copr_name: Fedora Copr
|
||||
services_disabled: false
|
||||
|
||||
aws_cloudfront_distribution: E2PUZIRCXCOXTG
|
||||
|
|
|
@ -67,3 +67,5 @@ keygen_host: "54.225.23.248"
|
|||
postfix_group: copr
|
||||
rpm_vendor_copr_name: Fedora Copr (devel)
|
||||
services_disabled: false
|
||||
|
||||
aws_cloudfront_distribution: EX55ITR8LVMOH
|
||||
|
|
|
@ -85,6 +85,8 @@ keygen_host={{ keygen_host }}
|
|||
# minimum age for builds to be pruned
|
||||
prune_days=14
|
||||
|
||||
aws_cloudfront_distribution={{ aws_cloudfront_distribution }}
|
||||
|
||||
# logging settings
|
||||
# log_dir=/var/log/copr-backend/
|
||||
# log_level=info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue