add example config
This commit is contained in:
parent
520b2ca3ad
commit
c6b2d60821
1 changed files with 18 additions and 0 deletions
18
config.example.json
Executable file
18
config.example.json
Executable 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue