diff --git a/config.example.json b/config.example.json new file mode 100755 index 0000000..c63b560 --- /dev/null +++ b/config.example.json @@ -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" + } +}