codex: Add ArchiveSvc to appsettings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user