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