blob: 6892455dff23e505a8aa43669641db4a0c452714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
gitea:
root_url: 'https://gitea.example.com'
name: 'Gitea: Git with a cup of tea'
webhook_allowed_hosts: '*'
require_signing_view: true
actions: false
ssl:
cert: '/etc/ssl/certs/ssl-cert-snakeoil.pem'
key: '/etc/ssl/private/ssl-cert-snakeoil.key'
version:
ver: '1.19.1'
ldap:
enable: true
security: 'starttls'
host: ''
port: 389
bind_dn: ''
bind_pw: ''
user_search_base: ''
user_filter: ''
admin_filter: ''
username_attribute: 'uid'
firstname_attribute: 'givenName'
surname_attribute: 'sn'
email_attribute: 'mail'
mysql:
host: 'db.example.com:3306'
db: ''
user: ''
passwd: ''
ssl: 'true'
mail:
enable: false
smtp_host: ''
tls: false
skip_verify: false
from: ''
user: ''
pass: ''
plain_text: false
subject_prefix: ''
|