codex: Add ArchiveSvc to appsettings

This commit is contained in:
2026-02-16 14:25:44 +01:00
parent 9a2d1b29c4
commit 51e9a85714
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -55,13 +55,14 @@
"key": "dataencryption-keys"
}
},
"plainAuthUsers": [
"PlainAuthUsers": [
{
"username": "admin",
"password": "en-to-tre-fire",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
}
]
],
"ArchiveSvc": "https://maps.oceanbox.io"
}
@@ -55,12 +55,13 @@
"key": "dataencryption-keys"
}
},
"plainAuthUsers": [
"PlainAuthUsers": [
{
"username": "admin",
"password": "en-to-tre-fire",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
}
]
],
"ArchiveSvc": "https://maps.dev.oceanbox.io"
}