rosa-build/config/application.yml.sample

86 lines
2.0 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
2013-03-04 11:38:53 +00:00
file_store_url: 'http://file-store.rosalinux.ru'
distr_types: ['mdv', 'rhel', 'nau5']
2013-07-04 11:52:23 +01:00
allowed_addresses:
- 127.0.0.100
2013-03-04 11:38:53 +00:00
abf_worker:
publish_workers_count: 2
log_server:
host: 127.0.0.1
port: 6379
2013-03-04 11:38:53 +00:00
keys:
2013-03-04 20:08:25 +00:00
key_pair_secret_key: 'key_pair_secret_key'
2014-04-14 22:32:25 +01:00
node_instruction_secret_key: 'node_instruction_secret_key'
2013-03-04 11:38:53 +00:00
airbrake_api_key: 'airbrake_api_key'
secret_token: 'secret_token'
secret_key_base: 'secret_key_base'
2014-03-13 21:36:28 +00:00
devise:
pepper: 'devise_pepper'
secret: 'devise_secret'
github:
id: 'APP_ID'
secret: 'APP_SECRET'
google:
id: 'APP_ID'
secret: 'APP_SECRET'
facebook:
id: 'APP_ID'
secret: 'APP_SECRET'
downloads_url: 'http://abf-downloads.rosalinux.ru'
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:
- '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'
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: /share
git_path: /mnt/gitstore
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@abf.rosalinux.ru
mailer_https_url: false
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
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