-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.default.yaml
58 lines (48 loc) · 1.2 KB
/
config.default.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This file contains default values the server sets if values are not specified
# in the config file.
# Initial login credentials:
# username: admin
# password: password
# NO default config_version
'bind_address': ''
'https_port': 4055
'http_port': 4050
'enable_http_redirect': true
'log_level': 'info'
'serve_frontend': true
'frontend_show_debug_info': false
'cors_permitted_crossorigins': null
'certificate_name': 'serverdefault'
'disable_hsts': false
'enable_pprof': false
'pprof_http_port': 4065
'pprof_https_port': 4070
'updater':
'auto_check': true
'channel': 'beta'
'backup':
'enabled': true
'interval_days': 7
'retention':
'max_days': 180
'max_count': -1
'orders':
'auto_order_enable': true
'refresh_time_hour': 3
'refresh_time_minute': 12
'challenges':
'dns_checker':
'skip_check_wait_seconds': null
'dns_services':
- 'primary_ip': '1.1.1.1'
'secondary_ip': '1.0.0.1'
- 'primary_ip': '9.9.9.9'
'secondary_ip': '149.112.112.112'
- 'primary_ip': '8.8.8.8'
'secondary_ip': '8.8.4.4'
'providers':
# If any provider is configured, the default will not be
'http_01_internal':
- 'domains':
- '*'
'port': 4060