update allowed origin
This commit is contained in:
parent
44417a349b
commit
3bbce45f8a
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
.env
|
.env
|
||||||
|
.env.prod.txt
|
||||||
main_old.py
|
main_old.py
|
||||||
main_mess.py
|
main_mess.py
|
||||||
sijalinmaja.json
|
sijalinmaja.json
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,9 @@ ALLOWED_ORIGINS = [
|
||||||
"192.168.60.24:5173",
|
"192.168.60.24:5173",
|
||||||
"http://labai.polinema.ac.id:666",
|
"http://labai.polinema.ac.id:666",
|
||||||
"https://kkqc31ns-5173.asse.devtunnels.ms"
|
"https://kkqc31ns-5173.asse.devtunnels.ms"
|
||||||
|
|
||||||
|
"http://192.168.60.24:4000/"
|
||||||
|
"http://labai.polinema.ac.id:4000/"
|
||||||
]
|
]
|
||||||
|
|
||||||
REFERENCE_DB_URL = os.getenv("REFERENCE_DB_URL")
|
REFERENCE_DB_URL = os.getenv("REFERENCE_DB_URL")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user