mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
bump to V1.1.3
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
|
||||
const libreevent = require( 'libreevent' );
|
||||
|
||||
libreevent.run();
|
||||
libreevent.run( __dirname );
|
||||
7
simple/config/db.config.json
Normal file
7
simple/config/db.config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"host": "",
|
||||
"database": "",
|
||||
"user": "",
|
||||
"password": "",
|
||||
"port": 3306
|
||||
}
|
||||
12
simple/config/mail.config.json
Normal file
12
simple/config/mail.config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"host":"",
|
||||
"port": 587,
|
||||
"secure": false,
|
||||
"auth": {
|
||||
"user":"",
|
||||
"pass":""
|
||||
},
|
||||
"tls": {
|
||||
"servername": ""
|
||||
}
|
||||
}
|
||||
17
simple/config/settings.config.json
Normal file
17
simple/config/settings.config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"init":false,
|
||||
"setupDone":false,
|
||||
"twoFA":"allow",
|
||||
"twoFAMode":"simple",
|
||||
"db":"mysql",
|
||||
"payments":"stripe",
|
||||
"name":"libreevent",
|
||||
"yourDomain":"",
|
||||
"mailSender":"",
|
||||
"maxTickets":10,
|
||||
"currency":"USD",
|
||||
"gcInterval":300,
|
||||
"ticketTimeout":900,
|
||||
"startPage":"default",
|
||||
"version":"1.0.1"
|
||||
}
|
||||
@@ -19,5 +19,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/janishutz/libreevent/issues"
|
||||
},
|
||||
"homepage": "https://libreevent.janishutz.com"
|
||||
"homepage": "https://libreevent.janishutz.com",
|
||||
"dependencies": {
|
||||
"libreevent": "^1.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
1
simple/setupkey.txt
Normal file
1
simple/setupkey.txt
Normal file
@@ -0,0 +1 @@
|
||||
awe0g9pü02w 3tvaä9p4'efgt$ä'4fgtaäaw34ftg$a3qwf4t'p93wft3waqäü
|
||||
Reference in New Issue
Block a user