diesel -> sqlx, patch cve (again lul)
This commit is contained in:
parent
a5cac129dd
commit
c3bb6d0d67
39 changed files with 1581 additions and 1207 deletions
|
@ -9,10 +9,17 @@
|
|||
# boomlings.com/database/
|
||||
# example.com/aaaaaaaaaa/
|
||||
# ^^^^^^^^^^^
|
||||
# leaving as "/" will disable this
|
||||
append_path = "/"
|
||||
# where can your server be accessible?
|
||||
# leaving as empty will disable this
|
||||
append_path = ""
|
||||
# where can your server be accessible (port)?
|
||||
port = 8000
|
||||
# where can your server be accessible (domain)?
|
||||
# this is used for patching the executable
|
||||
#
|
||||
# example:
|
||||
# boomlings.com
|
||||
# localhost:8000
|
||||
domain = "localhost:8000"
|
||||
|
||||
[accounts]
|
||||
# allow new accounts to be created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue