-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
35 lines (24 loc) · 772 Bytes
/
config.ini
File metadata and controls
35 lines (24 loc) · 772 Bytes
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
; Primary configuration, do not delete.
title = "TinyDocs"
description = "Flat-file CMS engine with search"
keywords = "Tinydoc, page"
favicon = "favicon.png"
defaultTheme = "Legacy.css" ; Themes in `styles/themes/`
; ### FOOTER ###
metadata = true
watermark = true
; comma-separated modules
modules = "highlight,userctrl"
; MODULE SPECIFIC
; ### HIGHLIGHT ###
; Themes in modules/highlight/styles
; See https://highlightjs.org/static/demo/
hljstheme = "atom-one-light.min.css"
; ## USERCTRL ###
dbhost = "localhost"
dbusername = "admin"
dbpassword = "admin"
dbtableprefix = "td_" ; a prefix to prevent table collision
allowregistering = true
; Remember to set config.ini's permission level to 700!
; Otherwise it's contents will be vulnerable to the internet!