rosa-build/config/application.yml.travis

66 lines
1.8 KiB
Plaintext
Raw Normal View History

common: &common
project_name: ABF
repo_project_name: ABF
anonymous_access: true
preregistration: false
2019-01-11 10:44:14 +00:00
file_store_url: 'https://file-store.openmandriva.org'
distr_types: ['mdv', 'rhel', 'nau5']
2013-07-04 13:25:25 +01:00
allowed_addresses:
- 127.0.0.100
abf_worker:
publish_workers_count: 2
log_server:
host: 127.0.0.1
port: 6379
2015-11-14 22:21:22 +00:00
airbrake:
api_key: 'airbrake_api_key'
host: 'errbit.example.com'
keys:
key_pair_secret_key: 'key_pair_secret_key'
2014-04-17 22:07:32 +01:00
node_instruction_secret_key: 'node_instruction_secret_key'
devise_pepper: 'e295a79fb7966e94a6e8b184ba65791a'
secret_token: 'e295a79fb7966e94a6e8b184ba65791a'
2014-03-13 21:36:28 +00:00
devise:
pepper: 'e295a79fb7966e94a6e8b184ba65791a'
secret: '82e10b58b3f4a764f551fb104aa76808f539380f82da75d3f29edfc09ed9c3a153c22ceacc87890a9b19d0ad89bb6484481f4e021e0ecf942d80c34d930829e9'
github:
id: 'APP_ID'
secret: 'APP_SECRET'
google:
id: 'APP_ID'
secret: 'APP_SECRET'
facebook:
id: 'APP_ID'
secret: 'APP_SECRET'
2019-01-11 10:44:14 +00:00
downloads_url: 'http://abf-downloads.openmandriva.org'
wiki_formats:
markdown: "Markdown"
textile: "Textile"
# rdoc: "RDoc"
org: "Org-mode"
# creole: "Creole"
# mediawiki: "MediaWiki"
feedback:
email:
- 'test@example.com'
- 'test1@example.com'
# or
# email: 'test@example.com'
# optional parameters
cc:
- 'test2@example.com' # or like email
bcc:
- 'test3@example.com' # or like email
subject_prefixes: # or one line
- 'from_feedback'
subject_postfixes: # or one line
- 'sample_postfix'
shell_user: 'git'
test:
<<: *common
root_path: /home/travis/build/rosa-abf/rosa-build/tmp/test_root
git_path: /home/travis/build/rosa-abf/rosa-build/tmp/test_root
do-not-reply-email: do-not-reply@localhost