add basic question uploading
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
[server]
|
||||
bind_to = "[::1]:8080"
|
||||
max_question_body_size = 25
|
||||
|
||||
[performance]
|
||||
memory_limit = 50
|
||||
|
||||
[maintenance]
|
||||
interval = 60
|
||||
|
||||
[push]
|
||||
endpoint = "[::1]:8081"
|
||||
|
@@ -1,2 +1,3 @@
|
||||
dst/dev.toml: config/dev.toml
|
||||
@mkdir -p $(@D)
|
||||
ln -f $< $@
|
||||
|
Reference in New Issue
Block a user