mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-07 21:13:20 +00:00
add login form
This commit is contained in:
parent
4e457a6746
commit
ca3d3171dc
3 changed files with 89 additions and 0 deletions
12
server/config/general.toml
Normal file
12
server/config/general.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
listen_ip = "0.0.0.0"
|
||||
listen_port = 80
|
||||
|
||||
[backends.local]
|
||||
path = "/var/tmp/test"
|
||||
|
||||
[auth]
|
||||
enable_registration = true
|
||||
|
||||
[smtp]
|
||||
# TODO:
|
Loading…
Add table
Add a link
Reference in a new issue