Fix static file caching headers
This commit is contained in:
parent
fe2a883386
commit
66a05603f7
|
@ -2,10 +2,10 @@
|
||||||
"RenderMode": "Interactive",
|
"RenderMode": "Interactive",
|
||||||
"Runtime": "Server",
|
"Runtime": "Server",
|
||||||
"Database": {
|
"Database": {
|
||||||
"DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer"
|
"DefaultDBType": ""
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202501210838.mdf;Initial Catalog=Oqtane-202501210838;Integrated Security=SSPI;Encrypt=false;"
|
"DefaultConnection": ""
|
||||||
},
|
},
|
||||||
"Installation": {
|
"Installation": {
|
||||||
"DefaultAlias": "",
|
"DefaultAlias": "",
|
||||||
|
@ -54,6 +54,5 @@
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information"
|
"Default": "Information"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"InstallationId": "60faae5c-96ea-4416-9abf-9203fd9e3d8d"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user