Export from HANA XS Repository

This commit is contained in:
Claude Agent
2026-07-08 23:06:07 +02:00
commit d323936c75
6 changed files with 863 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"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"
}