-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathglobal.conf
More file actions
113 lines (112 loc) · 3.22 KB
/
Copy pathglobal.conf
File metadata and controls
113 lines (112 loc) · 3.22 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Application configuration settings
# ----------------------------------
#
# WARNING: Do not edit this file for local settings! Instead, edit local.conf.
[global]
engine.autoreload.on: True
server.socket_host: '127.0.0.1'
server.socket_port: 8800
[app]
verbose: False
base_url: 'http://localhost:8800'
compile_assets: False
data_dir: 'data'
db_refresh_interval: 90
debug: True
default_locale: 'en_AU'
editor: True
development_bar: 'Local Development'
internet_connectivity: True
log_level: 'WARNING'
log_name: 'app.log'
log_startup_name: 'startup.log'
log_screen: True
newrelic_environment: 'development'
newrelic_license_key: None
newrelic_real_user_monitoring: False
google_analytics: False
nonfree_fonts: False
always_nonfree_fonts: False
profile_passhash: None
realtime_profiling: False
runtime_tests: True
timezone: 'UTC'
tidyprogram: 'tidy'
updated_through_git_only: False
update_search: True
disable_tools: False
stripe_secret_key: None
stripe_publishable_key: None
yappi_profiling: False
maitenance_html_file: 'static/maitenance.html'
[test]
scheme: 'http'
host: 'localhost'
port: 8089
paths: ['/', '/dn', '/dn1', '/en/dn1']
last_good_rev_file: 'db/last_good_rev.json'
branch: 'master'
[email]
from: None
username: None
password: None
smtp_server: None
smtp_port: None
donation_manager_address: None
[discourse]
forum_url: 'http://discourse.suttacentral.net/'
username: None
api_key: None
sync_period: 30
rebuild_period: 86400
[cloudflare]
api_key: None
email: None
[/css]
tools.staticdir.on: True
tools.staticdir.dir: 'css'
[/files]
tools.staticdir.on: True
tools.staticdir.dir: 'files'
[/fonts]
tools.staticdir.on: True
tools.staticdir.dir: 'fonts'
[/img]
tools.staticdir.on: True
tools.staticdir.dir: 'img'
[/text_images]
tools.staticdir.on: True
tools.staticdir.dir: 'text_images'
[/js]
tools.staticdir.on: True
tools.staticdir.dir: 'js'
[/exports]
tools.staticdir.on: True
tools.staticdir.dir: 'exports'
[/apple-touch-icon-114x114-precomposed.png]
tools.staticfile.on = True
tools.staticfile.filename = 'apple-touch-icon-114x114-precomposed.png'
[/apple-touch-icon-144x144-precomposed.png]
tools.staticfile.on = True
tools.staticfile.filename = 'apple-touch-icon-144x144-precomposed.png'
[/apple-touch-icon-57x57-precomposed.png]
tools.staticfile.on = True
tools.staticfile.filename = 'apple-touch-icon-57x57-precomposed.png'
[/apple-touch-icon-72x72-precomposed.png]
tools.staticfile.on = True
tools.staticfile.filename = 'apple-touch-icon-72x72-precomposed.png'
[/apple-touch-icon-precomposed.png]
tools.staticfile.on = True
tools.staticfile.filename = 'apple-touch-icon-precomposed.png'
[/apple-touch-icon.png]
tools.staticfile.on = True
tools.staticfile.filename = 'apple-touch-icon.png'
[/favicon.ico]
tools.staticfile.on = True
tools.staticfile.filename = 'favicon.ico'
[/humans.txt]
tools.staticfile.on = True
tools.staticfile.filename = 'humans.txt'
[/robots.txt]
tools.staticfile.on = True
tools.staticfile.filename = 'robots.txt'