- Softwrap mode:
- Toggle
Blob of config/gitorious.sample.yml
(raw blob data)
| 1 | # The session secret key (`apg -m 64` is always useful for this kinda stuff) |
| 2 | cookie_secret: ssssht |
| 3 | |
| 4 | # The path where git repositories are stored. The actual (bare) repositories resides |
| 5 | # in repository_base_path/#{project.slug}/#{repository.name}.git/: |
| 6 | repository_base_path: "/path/to/gitorious/repositories" |
| 7 | |
| 8 | # Stuff that's in the html <head>. custom stats javascript code etc |
| 9 | extra_html_head_data: |
| 10 | |
| 11 | # System message that will appear on all pages if present |
| 12 | system_message: |
| 13 | |
| 14 | # Port the ./script/gitorious script should use: |
| 15 | gitorious_client_port: 3000 |
| 16 | |
| 17 | # Host the ./script/gitorious script should use: |
| 18 | gitorious_client_host: localhost |
| 19 | |
| 20 | # Host which is serving the gitorious app, eg "gitorious.org" |
| 21 | gitorious_host: gitorious.org |
