mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 17:15:37 +00:00
init httpd crate skeleton
This commit is contained in:
parent
470a7d0e73
commit
802e0821e4
13 changed files with 1877 additions and 432 deletions
12
crates/httpd/config.toml
Normal file
12
crates/httpd/config.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
title = "HLState"
|
||||
|
||||
format_time = "%d/%m/%Y %H:%M"
|
||||
|
||||
# Bind server on given host
|
||||
host = "127.0.0.1"
|
||||
|
||||
# Bind server on given port
|
||||
port = 8000
|
||||
|
||||
#Configure instance in the debug mode
|
||||
debug = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue