Start making

Start on the basic structure, database stuff
This commit is contained in:
Isaac
2021-02-16 00:02:44 +00:00
parent 828d4af22d
commit f44e9080e5
12 changed files with 617 additions and 559 deletions

View File

@@ -23,9 +23,6 @@
*/
module.exports = {
storage: {
type: 'sqlite'
},
portal: {
enabled: true,
host: 'https://tickets.eartharoid.me'

View File

@@ -23,9 +23,6 @@
*/
module.exports = {
storage: {
type: 'sqlite'
},
portal: {
enabled: false,
host: 'https://tickets.example.com'

0
user/plugins/.gitkeep Normal file
View File