mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
update documentation
This commit is contained in:
@@ -173,4 +173,7 @@ module.exports.deleteJSONDataSimple = ( db, identifier ) => {
|
||||
}
|
||||
} );
|
||||
} );
|
||||
};
|
||||
};
|
||||
|
||||
// TODO: Build garbage collector for DB (parse DB every so often (get from settings)
|
||||
// and delete all items where timestamp is older than a certain amount of time (get from settings))
|
||||
@@ -1 +1,13 @@
|
||||
{"init":true,"twoFA":"enforce","setupKey":"hello world","twoFAMode":"enhanced","db":"mysql","payments":"stripe","name":"libreevent","yourDomain":"http://localhost:8080","mailSender":"libreevent <info@libreevent.janishutz.com>","maxTickets":10,"currency":"CHF"}
|
||||
{
|
||||
"init":true,
|
||||
"twoFA":"enforce",
|
||||
"setupKey":"hello world",
|
||||
"twoFAMode":"enhanced",
|
||||
"db":"mysql",
|
||||
"payments":"stripe",
|
||||
"name":"libreevent",
|
||||
"yourDomain":"http://localhost:8080",
|
||||
"mailSender":"libreevent <info@libreevent.janishutz.com>",
|
||||
"maxTickets":10,
|
||||
"currency":"CHF"
|
||||
}
|
||||
Reference in New Issue
Block a user