EUS/config/config.example.json
tgpethan 1b54c54b83 Initial code commit
Put all code for the Open Source Github release up.
2019-09-07 15:57:59 +01:00

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"
]
}
}