rosa-build/config/application.yml.sample

81 lines
2.3 KiB
Plaintext
Raw Normal View History

2013-03-04 11:38:53 +00:00
common: &common
project_name: ABF
repo_project_name: ABF
anonymous_access: true
preregistration: false
file_store_url: <%= ENV["FILE_STORE_URL"] %>
2013-03-04 11:38:53 +00:00
distr_types: ['mdv', 'rhel', 'nau5']
github_organization: 'OpenMandrivaAssociation'
2013-07-04 11:52:23 +01:00
allowed_addresses:
- 127.0.0.1
2013-03-04 11:38:53 +00:00
abf_worker:
publish_workers_count: <%= ENV["ABF_WORKER_PUBLISH_WORKERS_COUNT"] %>
log_server:
host: <%= ENV["ABF_WORKER_LOG_SERVER_HOST"] %>
port: <%= ENV["ABF_WORKER_LOG_SERVER_PORT"] %>
2015-11-14 22:21:22 +00:00
airbrake:
api_key: <%= ENV["AIRBRAKE_API_KEY"] %>
host: <%= ENV["AIRBRAKE_HOST"] %>
2013-03-04 11:38:53 +00:00
keys:
key_pair_secret_key: <%= ENV["KEY_PAIR_SECRET_KEY"] %>
node_instruction_secret_key: <%= ENV["NODE_INSTRUCTION_SECRET_KEY"] %>
secret_token: <%= ENV["SECRET_TOKEN"] %>
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
2014-03-13 21:36:28 +00:00
devise:
pepper: <%= ENV["DEVISE_PEPPER"] %>
secret: <%= ENV["DEVISE_SECRET"] %>
github:
id: <%= ENV["GITHUB_APP_ID"] %>
secret: <%= ENV["GITHUB_APP_SECRET"] %>
google:
id: <%= ENV["GOOGLE_APP_ID"] %>
secret: <%= ENV["GOOGLE_APP_SECRET"] %>
facebook:
id: <%= ENV["FACEBOOK_APP_ID"] %>
secret: <%= ENV["FACEBOOK_APP_SECRET"] %>
downloads_url: <%= ENV["DOWNLOADS_URL"] %>
2013-03-04 11:38:53 +00:00
wiki_formats:
markdown: "Markdown"
textile: "Textile"
# rdoc: "RDoc"
org: "Org-mode"
# creole: "Creole"
# mediawiki: "MediaWiki"
feedback:
email:
- <%= ENV["FEEDBACK_EMAIL"] %>
2013-03-04 11:38:53 +00:00
cc:
- <%= ENV["FEEDBACK_CC"] %>
subject_prefixes:
- 'abf-users'
- 'feeback_form'
2013-03-04 11:38:53 +00:00
shell_user: 'git'
development:
<<: *common
root_path: /var/rosa
git_path: /var/rosa
2013-11-15 19:02:19 +00:00
tmpfs_path: /dev/shm
2013-03-04 11:38:53 +00:00
do-not-reply-email: do-not-reply@localhost
2013-04-17 12:55:22 +01:00
github_services:
ip: 127.0.0.1
port: 1234
2013-03-04 11:38:53 +00:00
production:
<<: *common
root_path: <%= ENV["ROOT_PATH"] %>
git_path: <%= ENV["GIT_PATH"] %>
tmpfs_path: <%= ENV["TMPFS_PATH"] %>
do-not-reply-email: <%= ENV["DO_NOT_REPLY_EMAIL"] %>
mailer_https_url: <%= ENV["MAILER_HTTPS_URL"] %>
2013-04-17 12:55:22 +01:00
github_services:
ip: <%= ENV["GITHUB_SERVICES_ID"] %>
port: <%= ENV["GITHUB_SERVICES_PORT"] %>
2013-03-04 11:38:53 +00:00
test:
<<: *common
2013-11-15 19:02:19 +00:00
tmpfs_path: "use Rails.root/tmp/test_root in spec"
2013-03-04 11:38:53 +00:00
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