Initial Code Upload

This commit is contained in:
Aiden
2021-10-28 19:53:19 +02:00
parent 71b2934c0d
commit ab5905f774
8 changed files with 2493 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module.exports = {
database:{
/*
Here is an example structure of the config file
You can ofcourse change anything here to suit your needs
This structure is useful if you are using a mysql/mariadb database for example
*/
host:"", // Server IP and port if you have set a different port
username:"", // Username for the database user
password:"", // Password for the database user
database:"" // Name of the database
}
}