akitaonrails (owner)

Revisions

gist: 14291 Download_button fork
public
Description:
gitorious.yml
Public Clone URL: git://gist.github.com/14291.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The session secret key (`apg -m 64` is always useful for this kinda stuff)
cookie_secret: frie...kceft
 
# The path where git repositories are stored. The actual (bare) repositories resides
# in repository_base_path/#{project.slug}/#{repository.name}.git/:
repository_base_path: "/home/git"
 
# 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: 80
 
# Host the ./script/gitorious script should use:
gitorious_client_host: localhost
 
# Host which is serving the gitorious app, eg "gitorious.org"
gitorious_host: servidor.local
 
# User which is running git daemon
gitorious_user: git