add example config

This commit is contained in:
Holly Stubbs 2023-07-23 00:14:05 +01:00
parent 520b2ca3ad
commit c6b2d60821
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 18 additions and 0 deletions

18
config.example.json Executable file
View File

@ -0,0 +1,18 @@
{
"baseURL":"https://example.com/",
"acceptedTypes": [
".png",
".jpg",
".jpeg",
".gif",
".mp4"
],
"uploadKey":"",
"database": {
"databaseAddress": "127.0.0.1",
"databasePort": 3306,
"databaseUsername": "root",
"databasePassword": "password",
"databaseName": "EUS"
}
}