13 lines
166 B
TOML
13 lines
166 B
TOML
|
[Server]
|
||
|
Port = ":8080"
|
||
|
|
||
|
[Git]
|
||
|
UseGit = true
|
||
|
RepoURL = "https://git.tcp.direct/S4D/tcp-wiki.git"
|
||
|
Branch = "main"
|
||
|
LocalPath = "data"
|
||
|
|
||
|
[Database]
|
||
|
Path = "comments.db"
|
||
|
|