Upload files to "/"
This commit is contained in:
parent
bea1ae13a4
commit
45c1a49779
2114
Cargo.lock
generated
Normal file
2114
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[workspace]
|
||||||
|
resolver = "2" # Резолвер "3" для полного соответствия edition 2024
|
||||||
|
members = [
|
||||||
|
"futriix-server",
|
||||||
|
"futriix-cli",
|
||||||
|
]
|
13
futriix.config.toml
Normal file
13
futriix.config.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[server]
|
||||||
|
ip = "127.0.0.1"
|
||||||
|
port = 8080
|
||||||
|
log_path = "futriix.log"
|
||||||
|
|
||||||
|
[client]
|
||||||
|
ip = "127.0.0.1"
|
||||||
|
port = 8080
|
||||||
|
|
||||||
|
[replication]
|
||||||
|
enabled = false
|
||||||
|
peer_nodes = ["127.0.0.1:8081"]
|
||||||
|
sync_interval = 1000
|
2
futriix.log
Normal file
2
futriix.log
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
11:29:49 [INFO] [94mFutriix Server started successfully![0m
|
||||||
|
11:29:49 [INFO] Listening on: 127.0.0.1:8080
|
Loading…
x
Reference in New Issue
Block a user