From 86f76b11c670425bbab465087f25172378d76147 Mon Sep 17 00:00:00 2001 From: Artiom Lunev Date: Mon, 12 Dec 2011 21:47:00 +0200 Subject: [PATCH] rename gitlab config file to example --- .gitignore | 1 + config/gitlab.yml | 25 ------------------------- config/gitlab.yml.example | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 config/gitlab.yml create mode 100644 config/gitlab.yml.example diff --git a/.gitignore b/.gitignore index 3345ce0..ba68b9f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ coverage/* *.swp public/uploads/ .rvmrc +config/gitlab.yml \ No newline at end of file diff --git a/config/gitlab.yml b/config/gitlab.yml deleted file mode 100644 index 5d40b2b..0000000 --- a/config/gitlab.yml +++ /dev/null @@ -1,25 +0,0 @@ -# Gitlab application config file - -# Email used for notification -# about new issues, comments -email: - from: notify@gitlabhq.com - host: gitlabhq.com - -# Git Hosting congiguration -git_host: - system: gitolite - admin_uri: git@localhost:gitolite-admin - base_path: /home/git/repositories/ - host: localhost - git_user: git - # port: 22 - -# Git settings -# Use default values unless you understand it -git: - # Max size of git object like commit, in bytes - # This value can be increased if you have a very large commits - git_max_size: 5242880 # 5.megabytes - # Git timeout to read commit, in seconds - git_timeout: 10 diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example new file mode 100644 index 0000000..5d40b2b --- /dev/null +++ b/config/gitlab.yml.example @@ -0,0 +1,25 @@ +# Gitlab application config file + +# Email used for notification +# about new issues, comments +email: + from: notify@gitlabhq.com + host: gitlabhq.com + +# Git Hosting congiguration +git_host: + system: gitolite + admin_uri: git@localhost:gitolite-admin + base_path: /home/git/repositories/ + host: localhost + git_user: git + # port: 22 + +# Git settings +# Use default values unless you understand it +git: + # Max size of git object like commit, in bytes + # This value can be increased if you have a very large commits + git_max_size: 5242880 # 5.megabytes + # Git timeout to read commit, in seconds + git_timeout: 10 -- libgit2 0.21.2