Handle default quotas in config and application
parent
0a569805ea
commit
9eca063c9f
@ -1,9 +1,14 @@
|
||||
[quota]
|
||||
default_size = "1GB"
|
||||
default_duration = "14D"
|
||||
|
||||
[server]
|
||||
port = 8002
|
||||
host = "127.0.0.1"
|
||||
|
||||
[file]
|
||||
path = "/tmp/datta2"
|
||||
|
||||
[database]
|
||||
backend = "sqlite"
|
||||
connection = "sql.db"
|
||||
connection = "sql.db"
|
||||
|
Loading…
Reference in New Issue