14 lines
353 B
JSON
14 lines
353 B
JSON
|
{
|
||
|
"server": {
|
||
|
"port":8080,
|
||
|
"image_dir":"./i/",
|
||
|
"export_uri":"This url is used to return to the user when an image is uploaded e.g http://localhost:8080/",
|
||
|
"instance_type":"Github Open Release",
|
||
|
"acceptedTypes":[
|
||
|
".png",
|
||
|
".jpg",
|
||
|
".jpeg",
|
||
|
".gif"
|
||
|
]
|
||
|
}
|
||
|
}
|