feat(server): partial implementation of session page pagination
This commit is contained in:
parent
32d70daab2
commit
e8e0c94937
7 changed files with 110 additions and 35 deletions
10
otter.toml
10
otter.toml
|
|
@ -1,9 +1,9 @@
|
|||
data_dir = "./data"
|
||||
|
||||
[net]
|
||||
# type = "tcp"
|
||||
# domain = "127.0.0.1"
|
||||
# port = 8080
|
||||
type = "tcp"
|
||||
domain = "127.0.0.1"
|
||||
port = 8080
|
||||
|
||||
type = "unix"
|
||||
path = "./otter.socket"
|
||||
# type = "unix"
|
||||
# path = "./otter.socket"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue