diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-20 17:22:55 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-20 17:23:03 +0200 |
commit | a8c9452678685e2a50789e4844d97cd4e3ddf0c9 (patch) | |
tree | 89945554cf81d3731122bce6196bc1d33e07474d /testing/gogs/gogs.ini | |
parent | 699cc620bce3fdfb9cdd601aba587e35cfbf7f17 (diff) | |
download | aports-a8c9452678685e2a50789e4844d97cd4e3ddf0c9.tar.bz2 aports-a8c9452678685e2a50789e4844d97cd4e3ddf0c9.tar.xz |
testing/gogs: new aport
Diffstat (limited to 'testing/gogs/gogs.ini')
-rw-r--r-- | testing/gogs/gogs.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/gogs/gogs.ini b/testing/gogs/gogs.ini new file mode 100644 index 0000000000..6d344f2152 --- /dev/null +++ b/testing/gogs/gogs.ini @@ -0,0 +1,29 @@ +RUN_USER = gogs +RUN_MODE = prod + +[repository] +ROOT = /var/lib/gogs/git +SCRIPT_TYPE = sh + +[server] +STATIC_ROOT_PATH = /usr/share/webapps/gogs + +[database] +DB_TYPE = sqlite3 +PATH = /var/lib/gogs/db/gogs.db +SSL_MODE = disable + +[session] +PROVIDER_CONFIG = /var/cache/gogs/sessions +PROVIDER = file + +[picture] +AVATAR_UPLOAD_PATH = /var/lib/gogs/avatars + +[attachment] +PATH = /var/lib/gogs/attachements + +[log] +ROOT_PATH = /var/log/gogs +MODE = file +LEVEL = Info |