rosa-build/config/application.yml

38 lines
1022 B
YAML
Raw Normal View History

2021-03-01 15:38:58 +00:00
common: &common
project_name: Openmandriva ABF
repo_project_name: Openmandriva ABF
anonymous_access: true
preregistration: false
2023-05-18 14:32:51 +01:00
file_store_url: 'https://file-store.openmandriva.org'
2021-03-01 15:38:58 +00:00
distr_types: ['mdv']
github_organization: 'OpenMandrivaAssociation'
allowed_addresses:
- 127.0.0.1
abf_worker:
publish_workers_count: 1
2023-05-18 14:32:51 +01:00
downloads_url: 'https://abf-downloads.openmandriva.org/'
2021-03-01 15:38:58 +00:00
development:
<<: *common
root_path: /share
git_path: /share
tmpfs_path: /dev/shm
do-not-reply-email: do-not-reply@localhost
github_services:
ip: 127.0.0.1
port: 1234
production:
<<: *common
root_path: <%= ENV["ROOT_PATH"] %>
tmpfs_path: <%= ENV["TMPFS_PATH"] %>
do-not-reply-email: <%= ENV["DO_NOT_REPLY_EMAIL"] %>
mailer_https_url: <%= ENV["MAILER_HTTPS_URL"] %>
test:
<<: *common
tmpfs_path: "use Rails.root/tmp/test_root in spec"
root_path: "use Rails.root/tmp/test_root in spec"
git_path: "use Rails.root/tmp/test_root in spec"
do-not-reply-email: do-not-reply@localhost