28 lines
435 B
Plaintext
28 lines
435 B
Plaintext
{
|
|
"exposed": true,
|
|
"authentication": [
|
|
{
|
|
"method": "Form"
|
|
}
|
|
],
|
|
"mime_mapping": [
|
|
{
|
|
"extension": "jpg",
|
|
"mimetype": "image/jpeg"
|
|
}
|
|
],
|
|
"force_ssl": false,
|
|
"enable_etags": true,
|
|
"prevent_xsrf": true,
|
|
"anonymous_connection": null,
|
|
"cors": [
|
|
{
|
|
"enabled": true
|
|
}
|
|
],
|
|
"allowOrigin": [
|
|
"*"
|
|
],
|
|
"cache_control": "no-cache, no-store",
|
|
"default_file": "index.html"
|
|
} |