public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
gitorious / config / gitorious.sample.yml
100644 22 lines (15 sloc) 0.734 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# The session secret key (`apg -m 64` is always useful for this kinda stuff)
cookie_secret: ssssht
 
# The path where git repositories are stored. The actual (bare) repositories resides
# in repository_base_path/#{project.slug}/#{repository.name}.git/:
repository_base_path: "/path/to/gitorious/repositories"
 
# Stuff that's in the html <head>. custom stats javascript code etc
extra_html_head_data:
  
# System message that will appear on all pages if present
system_message:
  
# Port the ./script/gitorious script should use:
gitorious_client_port: 3000
 
# Host the ./script/gitorious script should use:
gitorious_client_host: localhost
 
# Host which is serving the gitorious app, eg "gitorious.org"
gitorious_host: gitorious.org