yeet
This commit is contained in:
14
config.toml
Normal file
14
config.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[server]
|
||||
host = "127.0.0.1"
|
||||
port = 3000
|
||||
static_dir = "static"
|
||||
|
||||
[auth]
|
||||
jwt_secret = "CHANGE_ME_IN_PRODUCTION"
|
||||
session_timeout = 86400
|
||||
|
||||
[auth.providers]
|
||||
local = true
|
||||
|
||||
[database]
|
||||
url = "sqlite:obswiki.db"
|
||||
Reference in New Issue
Block a user