fix(frontend): add KV namespace to production env
This commit is contained in:
@@ -21,6 +21,12 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"production": {
|
"production": {
|
||||||
"name": "website-enchun-mgr-production",
|
"name": "website-enchun-mgr-production",
|
||||||
|
"kv_namespaces": [
|
||||||
|
{
|
||||||
|
"binding": "SESSION",
|
||||||
|
"id": "0de94ad20be24add94c1f8fe9c4a0440"
|
||||||
|
}
|
||||||
|
],
|
||||||
"vars": {
|
"vars": {
|
||||||
"PAYLOAD_CMS_URL": "https://enchun-admin.anlstudio.cc"
|
"PAYLOAD_CMS_URL": "https://enchun-admin.anlstudio.cc"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user