fix cors
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m36s
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m36s
This commit is contained in:
parent
d66b4ab137
commit
e0c20cf4d1
@ -60,6 +60,14 @@ spec:
|
||||
value: "LTAI5tBGAkR2rra2prTAX9yc"
|
||||
- name: ALIYUN_LOG_ACCESS_KEY_SECRET
|
||||
value: "U1z3d0p5saPRD5sCxVooJYSjxSAmKB"
|
||||
|
||||
# Security & CORS
|
||||
- name: DJANGO_ALLOWED_HOSTS
|
||||
value: "*"
|
||||
- name: CORS_ALLOWED_ORIGINS
|
||||
value: "https://qiyuan-rtc-web.airlabs.art,https://qiyuan-rtc-dev-web.airlabs.art"
|
||||
- name: CSRF_TRUSTED_ORIGINS
|
||||
value: "https://qiyuan-rtc-web.airlabs.art,https://qiyuan-rtc-dev-web.airlabs.art,https://qiyuan-rtc-api.airlabs.art"
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user