codex: Add ArchiveSvc to appsettings
This commit is contained in:
@@ -55,13 +55,14 @@
|
|||||||
"key": "dataencryption-keys"
|
"key": "dataencryption-keys"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plainAuthUsers": [
|
"PlainAuthUsers": [
|
||||||
{
|
{
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
"password": "en-to-tre-fire",
|
"password": "en-to-tre-fire",
|
||||||
"groups": [ "/oceanbox" ],
|
"groups": [ "/oceanbox" ],
|
||||||
"roles": [ "admin" ]
|
"roles": [ "admin" ]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"ArchiveSvc": "https://maps.oceanbox.io"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -55,12 +55,13 @@
|
|||||||
"key": "dataencryption-keys"
|
"key": "dataencryption-keys"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plainAuthUsers": [
|
"PlainAuthUsers": [
|
||||||
{
|
{
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
"password": "en-to-tre-fire",
|
"password": "en-to-tre-fire",
|
||||||
"groups": [ "/oceanbox" ],
|
"groups": [ "/oceanbox" ],
|
||||||
"roles": [ "admin" ]
|
"roles": [ "admin" ]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"ArchiveSvc": "https://maps.dev.oceanbox.io"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user