2013-03-04 11:38:53 +00:00
|
|
|
common: &common
|
|
|
|
project_name: ABF
|
|
|
|
repo_project_name: ABF
|
|
|
|
anonymous_access: true
|
2013-03-25 23:13:15 +00:00
|
|
|
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:
|
2013-07-04 13:28:24 +01:00
|
|
|
- 127.0.0.100
|
2013-03-04 11:38:53 +00:00
|
|
|
abf_worker:
|
|
|
|
publish_workers_count: 2
|
2013-07-30 13:39:43 +01:00
|
|
|
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'
|
2013-03-04 11:38:53 +00:00
|
|
|
airbrake_api_key: 'airbrake_api_key'
|
2013-09-27 12:49:11 +01:00
|
|
|
logentries_key: 'logentries_key'
|
2013-03-04 11:38:53 +00:00
|
|
|
devise_pepper: 'devise_pepper'
|
|
|
|
secret_token: 'secret_token'
|
2013-03-25 23:13:15 +00:00
|
|
|
github:
|
|
|
|
id: 'APP_ID'
|
|
|
|
secret: 'APP_SECRET'
|
|
|
|
google:
|
|
|
|
id: 'APP_ID'
|
|
|
|
secret: 'APP_SECRET'
|
|
|
|
facebook:
|
|
|
|
id: 'APP_ID'
|
|
|
|
secret: 'APP_SECRET'
|
2013-05-06 20:15:36 +01:00
|
|
|
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
|