init
This commit is contained in:
commit
b10790c212
40 changed files with 4149 additions and 0 deletions
11
config/config.toml
Normal file
11
config/config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[server]
|
||||
host = "0.0.0.0"
|
||||
port = 8080
|
||||
debug = false
|
||||
caddyDir = "./"
|
||||
|
||||
[tmpl]
|
||||
path = "/data/github/WJQSERVER/caddydash/tmpl"
|
||||
|
||||
[database]
|
||||
filepath = "test.db"
|
||||
Loading…
Add table
Add a link
Reference in a new issue