1b54c54b83
Put all code for the Open Source Github release up.
14 lines
No EOL
353 B
JSON
14 lines
No EOL
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"
|
|
]
|
|
}
|
|
} |