You've already forked obsidian-visualiser
Starting to put back the server part. Currently the registration and login are almost ready.
This commit is contained in:
@@ -116,6 +116,12 @@ export default defineNuxtConfig({
|
||||
tasks: true,
|
||||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
session: {
|
||||
password: '699c46bd-9aaa-4364-ad01-510ee4fe7013'
|
||||
},
|
||||
database: 'db.sqlite'
|
||||
},
|
||||
security: {
|
||||
rateLimiter: false,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user